From c973d38409dffecb1caa6ba1baa01ed36f9d462e Mon Sep 17 00:00:00 2001 From: realtradam Date: Tue, 11 May 2021 21:59:37 -0400 Subject: init --- app/main.rb | 6 ++++++ 1 file changed, 6 insertions(+) create mode 100644 app/main.rb (limited to 'app/main.rb') 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 -- cgit v1.2.3