C7-Game / Prototype

An early-stage, open-source 4X strategy game
https://c7-game.github.io/
MIT License
32 stars 9 forks source link

Fix 350 truncate movement #428

Closed benskywalker closed 9 months ago

benskywalker commented 9 months ago

I'm going ahead and opening this PR because things look good on my end. I hope I've done this right, and I'm concerned by how big a diff this is showing. I only changed three files: MapUnit, MovementPoints, and LowerRightInfoBox

I just pulled from godot4 for my branch and until I made these changes it said they were up to date (up to date with Prototype / godot4, not just my fork. I could use some advice on this one, let me know if I've done something wrong here.

Solving this issue: https://github.com/C7-Game/Prototype/issues/350

benskywalker commented 9 months ago

Hmm Ok I think I know what went wrong. I'm going to close this and open another (hopefully correct) pr