summaryrefslogtreecommitdiff
path: root/credits.fnl
diff options
context:
space:
mode:
authorJakob L. Kreuze <jakob@memeware.net>2018-10-26 14:13:54 -0400
committerJakob L. Kreuze <jakob@memeware.net>2018-10-26 14:13:54 -0400
commita610d4f3c513107135ece5276afffa4223c7ee4b (patch)
tree5bf84c3afe6608f3b3582240587a29f86b9d7c3e /credits.fnl
parent558d16e8b2577f9c698a75b833dfc08af4133db9 (diff)
Rest of greetz and maps. Game is essentially complete
Diffstat (limited to 'credits.fnl')
-rw-r--r--credits.fnl24
1 files changed, 21 insertions, 3 deletions
diff --git a/credits.fnl b/credits.fnl
index 6851d37..8dad27b 100644
--- a/credits.fnl
+++ b/credits.fnl
@@ -32,9 +32,27 @@
""
"Be sure to read"
"the README.org"
- "for greetz."
""
- "With love,"
+ "Greetz to"
+ "technomancy"
+ "rxi"
+ "kikito"
+ "clintbellanger"
+ "drpetter"
+ "soda7"
+ "katiecadet"
+ "drozerix"
+ "korcankaraokcu"
+ "and all the"
+ "friendly faces"
+ "on sdf, tide.town"
+ "and the lisp"
+ "community"
+ ""
+ "I love all of ya"
+ ""
+ "Again, thanks!"
+ ""
"Jakob"])
(var offset (- 216))
@@ -49,7 +67,7 @@
(fn update [dt set-mode]
(set offset (+ offset (* 16 dt)))
- (when (> offset 420)
+ (when (> offset 750)
(set-mode :menu)))
(fn keypressed []