ktosox / GWJ60

Repo for the August 2023 Godot Wild Jam
0 stars 0 forks source link

game flow control #6

Open ktosox opened 1 year ago

ktosox commented 1 year ago

I need to indicate what the player should do next to avoid confusion. Preferably some kind of glow effect around the stuff the player needs to use. Or maybe a glowing arrow?

ktosox commented 1 year ago

I also need the game sequences to activate one after another. That means I need a way to store the steps and something that loads each step.