RapidGameFramework
Reusable Godot managers for data-driven small games
Loading...
Searching...
No Matches
economy_manager.gd File Reference

Minimal reusable single-currency economy manager. More...

Go to the source code of this file.

Namespaces

namespace  economy_manager
 

Variables

 economy_manager.money = max(0, value)
 Set money, clamped to zero or greater.
 
 economy_manager.int
 Return saveable economy state.
 

Detailed Description

Minimal reusable single-currency economy manager.

Definition in file economy_manager.gd.