diff options
Diffstat (limited to 'samples/99_genre_lowrez/nokia_3310/app/main.rb')
| -rw-r--r-- | samples/99_genre_lowrez/nokia_3310/app/main.rb | 10 |
1 files changed, 5 insertions, 5 deletions
diff --git a/samples/99_genre_lowrez/nokia_3310/app/main.rb b/samples/99_genre_lowrez/nokia_3310/app/main.rb index 683539e..7aa6ba5 100644 --- a/samples/99_genre_lowrez/nokia_3310/app/main.rb +++ b/samples/99_genre_lowrez/nokia_3310/app/main.rb @@ -67,7 +67,7 @@ def tick args # ======================================================================= - # ==== HOW TO ANIMATE A SPRITE (SEPARATE PNGS) ========================== + # ==== HOW TO ANIMATE A SPRITE (SEPERATE PNGS) ========================== # ======================================================================= # Remove the "#" at the beginning of the line below # how_to_animate_a_sprite args @@ -248,7 +248,7 @@ def how_to_render_sprites args end # ============================================================================= -# ==== HOW TO ANIMATE A SPRITE (SEPARATE PNGS) ========================== +# ==== HOW TO ANIMATE A SPRITE (SEPERATE PNGS) ========================== # ============================================================================= def how_to_animate_a_sprite args # STEP 1: Define when you want the animation to start. The animation in this case will start in 3 seconds @@ -472,7 +472,7 @@ def how_to_determine_collision args text: "Collision!", alignment_enum: 1) else - # if no collision occurred, render the words no collision. + # if collision occurred, render the words no collision. args.nokia.labels << args.nokia .default_label .merge(x: 42, @@ -605,7 +605,7 @@ def render_debug args text: text, size_enum: -1.5, r: 255, g: 255, b: 255 - }.label + }.label! end args.outputs.debug << { @@ -615,7 +615,7 @@ def render_debug args size_enum: -0.5, alignment_enum: 1, r: 255, g: 255, b: 255 - }.label + }.label! end def snake_demo args |
