basic scripting
This commit is contained in:
+9
-1
@@ -44,4 +44,12 @@ bg = "#000000"
|
||||
x = 10
|
||||
y = 10
|
||||
tile = "#"
|
||||
passable = true
|
||||
passable = true
|
||||
script_name = "greeter"
|
||||
|
||||
[scripts]
|
||||
greeter = """
|
||||
fn init() {
|
||||
log("hello world");
|
||||
}
|
||||
"""
|
||||
Reference in New Issue
Block a user