summaryrefslogtreecommitdiffhomepage
path: root/deploy_template/mygame/app/main.rb
blob: 5683cc2734c7d88e23cb50c42726daac4a6e7df3 (plain)
1
2
3
4
5
def tick args
  args.outputs.labels << [ 580, 500, 'Hello World!' ]
  args.outputs.labels << [ 640, 460, 'Go to docs/docs.html and read it!', 5, 1 ]
  args.outputs.sprites << [ 576, 310, 128, 101, 'dragonruby.png' ]
end