summaryrefslogtreecommitdiffhomepage
path: root/samples/09_performance/01_sprites_as_hash/app/main.rb
diff options
context:
space:
mode:
authorAmir Rajan <[email protected]>2021-08-07 00:13:33 -0500
committerAmir Rajan <[email protected]>2021-08-07 00:13:33 -0500
commita503afe87619ff82201c0a43818fa1c3f070a548 (patch)
tree0b228a6456d17f6d0c6ea54c9ecd6a045ddbdf59 /samples/09_performance/01_sprites_as_hash/app/main.rb
parentbea150381f495630f92f89d23d5f3445ec289b2d (diff)
downloaddragonruby-game-toolkit-contrib-a503afe87619ff82201c0a43818fa1c3f070a548.tar.gz
dragonruby-game-toolkit-contrib-a503afe87619ff82201c0a43818fa1c3f070a548.zip
Samples folder synced.
Diffstat (limited to 'samples/09_performance/01_sprites_as_hash/app/main.rb')
-rw-r--r--samples/09_performance/01_sprites_as_hash/app/main.rb6
1 files changed, 5 insertions, 1 deletions
diff --git a/samples/09_performance/01_sprites_as_hash/app/main.rb b/samples/09_performance/01_sprites_as_hash/app/main.rb
index 6bbb295..d032900 100644
--- a/samples/09_performance/01_sprites_as_hash/app/main.rb
+++ b/samples/09_performance/01_sprites_as_hash/app/main.rb
@@ -39,7 +39,11 @@ def tick args
# sets console command when sample app initially opens
if Kernel.global_tick_count == 0
- puts "* INFO - Please specify the number of sprites to render."
+ puts ""
+ puts ""
+ puts "========================================================="
+ puts "* INFO: Sprites, Hashes"
+ puts "* INFO: Please specify the number of sprites to render."
args.gtk.console.set_command "reset_with count: 100"
end