summaryrefslogtreecommitdiffhomepage
path: root/samples/99_genre_platformer/clepto_frog/app/main.rb
diff options
context:
space:
mode:
Diffstat (limited to 'samples/99_genre_platformer/clepto_frog/app/main.rb')
-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 a4eb069..e1ddffb 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 cordinates that exist
+ # Searches through the world and finds the coordinates 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