summaryrefslogtreecommitdiffhomepage
path: root/app/main.rb
blob: 0ebdc6bb85176fd323e7ce85ae586b327cb7ac35 (plain)
1
2
3
4
5
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