summaryrefslogtreecommitdiffhomepage
path: root/samples/99_genre_platformer/clepto_frog
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/99_genre_platformer/clepto_frog
parentbea150381f495630f92f89d23d5f3445ec289b2d (diff)
downloaddragonruby-game-toolkit-contrib-a503afe87619ff82201c0a43818fa1c3f070a548.tar.gz
dragonruby-game-toolkit-contrib-a503afe87619ff82201c0a43818fa1c3f070a548.zip
Samples folder synced.
Diffstat (limited to 'samples/99_genre_platformer/clepto_frog')
-rw-r--r--samples/99_genre_platformer/clepto_frog/app/main.rb2
1 files changed, 1 insertions, 1 deletions
diff --git a/samples/99_genre_platformer/clepto_frog/app/main.rb b/samples/99_genre_platformer/clepto_frog/app/main.rb
index e1ddffb..a4eb069 100644
--- a/samples/99_genre_platformer/clepto_frog/app/main.rb
+++ b/samples/99_genre_platformer/clepto_frog/app/main.rb
@@ -485,7 +485,7 @@ class CleptoFrog
return if state.world_lookup.keys.length > 0
return unless state.world.length > 0
- # Searches through the world and finds the coordinates that exist
+ # Searches through the world and finds the cordinates that exist
state.world_lookup = {}
state.world.each do |x, y, w, h|
state.world_lookup[[x, y, w || state.tile_size, h || state.tile_size]] = true