fov
This commit is contained in:
+4
-4
@@ -158,10 +158,8 @@ fn bump(me, _dir) {
|
||||
|
||||
yammerer = """
|
||||
fn tick(me, dt) {
|
||||
if !me.waiting {
|
||||
say("blahblahblah");
|
||||
delay(1);
|
||||
}
|
||||
say("blahblahblah", 2.0);
|
||||
delay(2);
|
||||
}
|
||||
"""
|
||||
|
||||
@@ -257,6 +255,8 @@ script_name = "tripwire"
|
||||
name = "The House"
|
||||
width = 60
|
||||
height = 25
|
||||
dark = true
|
||||
|
||||
# A single fixed floor glyph across the whole board.
|
||||
floor = { tile = 176, fg = "#888888", bg = "#444444" }
|
||||
|
||||
|
||||
Reference in New Issue
Block a user