also a little bit more

This commit is contained in:
AstrlJelly 2024-01-15 04:30:56 -05:00
parent af6bee9902
commit efc17beb7e

View file

@ -27,6 +27,8 @@ namespace HeavenStudio.Games.Scripts_MrUpbeat
void Awake() void Awake()
{ {
game = MrUpbeat.instance; game = MrUpbeat.instance;
canStep = false;
} }
void Update() void Update()