Skip to content

Commit

Permalink
Merge pull request #50 from CFiggers/patch-1
Browse files Browse the repository at this point in the history
Update 04-gamestates.janet
  • Loading branch information
AlecTroemel authored Apr 22, 2024
2 parents 0121328 + 93ab161 commit 872f514
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion examples/04-gamestates.janet
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@
(:add-state *GS* menu)
(:add-state *GS* game)
(:add-edge *GS* (gamestate/transition :start-game :menu :game))
(:add-edge *GS* (gamestate/transition :back-to-menu :menu :game))
(:add-edge *GS* (gamestate/transition :back-to-menu :game :menu))

(:goto *GS* :menu)
(:update *GS* dt)
Expand Down

0 comments on commit 872f514

Please sign in to comment.