summaryrefslogtreecommitdiffhomepage
path: root/app/main.rb
diff options
context:
space:
mode:
authorrealtradam <[email protected]>2021-05-11 21:59:37 -0400
committerrealtradam <[email protected]>2021-05-11 21:59:37 -0400
commitc973d38409dffecb1caa6ba1baa01ed36f9d462e (patch)
tree8a9f4e344eb754d35e6f7e6426b61fc0db9871d1 /app/main.rb
downloadtypemon-code-c973d38409dffecb1caa6ba1baa01ed36f9d462e.tar.gz
typemon-code-c973d38409dffecb1caa6ba1baa01ed36f9d462e.zip
init
Diffstat (limited to 'app/main.rb')
-rw-r--r--app/main.rb6
1 files changed, 6 insertions, 0 deletions
diff --git a/app/main.rb b/app/main.rb
new file mode 100644
index 0000000..0ebdc6b
--- /dev/null
+++ b/app/main.rb
@@ -0,0 +1,6 @@
+def tick args
+ args.outputs.labels << [640, 500, 'Hello World!', 5, 1]
+ args.outputs.labels << [640, 460, 'Go to docs/docs.html and read it!', 5, 1]
+ args.outputs.labels << [640, 420, 'Join the Discord! http://discord.dragonruby.org', 5, 1]
+ args.outputs.sprites << [576, 280, 128, 101, 'dragonruby.png']
+end