summaryrefslogtreecommitdiffhomepage
path: root/deploy_template/mygame/app/main.rb
diff options
context:
space:
mode:
authorAmir Rajan <[email protected]>2019-09-06 15:33:10 -0500
committerAmir Rajan <[email protected]>2019-09-06 15:33:10 -0500
commit220c3f0ed4a323d5d7e354c7f1b7ff1e8b16c4e9 (patch)
treeea88e9c1425389a0fe4df8fb3d411a7c5fed1542 /deploy_template/mygame/app/main.rb
parent9c2ce126dba8a4c3ada82e5f4bd6637b1fa92ab0 (diff)
downloaddragonruby-game-toolkit-contrib-220c3f0ed4a323d5d7e354c7f1b7ff1e8b16c4e9.tar.gz
dragonruby-game-toolkit-contrib-220c3f0ed4a323d5d7e354c7f1b7ff1e8b16c4e9.zip
Added deploy_template to contribe.
Diffstat (limited to 'deploy_template/mygame/app/main.rb')
-rw-r--r--deploy_template/mygame/app/main.rb6
1 files changed, 6 insertions, 0 deletions
diff --git a/deploy_template/mygame/app/main.rb b/deploy_template/mygame/app/main.rb
new file mode 100644
index 0000000..a7d9ad6
--- /dev/null
+++ b/deploy_template/mygame/app/main.rb
@@ -0,0 +1,6 @@
+def tick args
+ args.outputs.labels << [ 580, 500, 'Hello World!' ]
+ args.outputs.labels << [ 475, 150, '(Consider reading README.txt now.)' ]
+ args.outputs.sprites << [ 576, 310, 128, 101, 'dragonruby.png' ]
+end
+