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 😅
@maxlynch how is it working out for you? Is it worth it? I generally feel line my classes Break down into components rather quickly before they can gather a lot of code.
@johannes_koenig that’s probably the better approach but so far this is helping me and is more useful than just separating private and public members, prefer to keep related code together in the file