diff options
| author | realtradam <[email protected]> | 2021-05-11 21:59:37 -0400 |
|---|---|---|
| committer | realtradam <[email protected]> | 2021-05-11 21:59:37 -0400 |
| commit | c973d38409dffecb1caa6ba1baa01ed36f9d462e (patch) | |
| tree | 8a9f4e344eb754d35e6f7e6426b61fc0db9871d1 /app/main.rb | |
| download | typemon-code-c973d38409dffecb1caa6ba1baa01ed36f9d462e.tar.gz typemon-code-c973d38409dffecb1caa6ba1baa01ed36f9d462e.zip | |
init
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 |
