jackmakesthings / game-dev

return False; an experiment in AI and decision-making, via Godot Engine
GNU General Public License v2.0
3 stars 2 forks source link

ui: add persistent "chips" display #103

Closed jackmakesthings closed 8 years ago

jackmakesthings commented 8 years ago

Note: "chips" isn't the final name for this resource.

I've built out an implementation of upgrades and upgrade points; this issue is to add an indication of the player's current chips/points value that persists on-screen (like the coins/star bits always displayed at the top left in a mario game).

jackmakesthings commented 8 years ago

Depends on #106