diff options
Diffstat (limited to 'app/main.rb')
| -rw-r--r-- | app/main.rb | 6 |
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 |
