OpenChamp / client

The Godot Project for OpenChamp
GNU General Public License v3.0
127 stars 18 forks source link

Unit Refactor #91

Closed InAJacket closed 3 months ago

InAJacket commented 3 months ago

Moved around a bunch of Unit and Champion logic.

Biggest thing was adding scene inheritance from Unit -> Champion -> Dummy. This change is fully functional right now, but has introduced a slight movement jitter to the Dummy champion. The cause of this is unknown, but seems to have come specifically from the scene changes and not from gdscript changes.