OpenChamp / client

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

Clientside mana usage #67

Closed Humungus-Fungus closed 4 months ago

Humungus-Fungus commented 4 months ago

Addresses #63 . Adds a server call back to the client to update the correct mana value. Created getters and setters for mana providing better encapsulation. Also removed UI since it seems to be deprecated in favor of TestUI. Removed manabar and healthbar scripts as ui.check_stats() already monitored this.