Trying to actually organize my code for this game, using gdscript regions in Godot #godot
@maxlynch You can also write e.g.
#region Attack
Then you don't need those extra comments anymore, because it shows Attack instead of New Code Region.
@thomastc lol good catch 😅