Skip to content

Commit

Permalink
Update Functions-(Advanced-Checkers).md
Browse files Browse the repository at this point in the history
  • Loading branch information
offalynne authored Nov 13, 2024
1 parent a2a5a3f commit 6b8d82a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/8.0/Functions-(Advanced-Checkers).md
Original file line number Diff line number Diff line change
Expand Up @@ -222,7 +222,7 @@ If an array of [verbs](Verbs-and-Bindings) is provided for the `verb` parameter,

```gml
//Crouch when we press the "duck" verb
if (input_check_press("duck"))
if (input_check_pressed("duck"))
{
sprite_index = spr_player_crouch;
max_speed = 4;
Expand Down

0 comments on commit 6b8d82a

Please sign in to comment.