diff options
| author | Andrew Lee <alee14498@protonmail.com> | 2023-06-24 18:02:46 -0400 |
|---|---|---|
| committer | Andrew Lee <alee14498@protonmail.com> | 2023-06-24 23:46:57 -0400 |
| commit | dbb42c99e07320bc20d77cdbe404a8071c0a522e (patch) | |
| tree | 9e3d4094061c800e52897bfaa117a3608c648f2a /global | |
| parent | 9541a472e0b38369d169ad3f7bb250a8127bc471 (diff) | |
| download | frivolous-run-dbb42c99e07320bc20d77cdbe404a8071c0a522e.tar.gz frivolous-run-dbb42c99e07320bc20d77cdbe404a8071c0a522e.tar.bz2 frivolous-run-dbb42c99e07320bc20d77cdbe404a8071c0a522e.zip | |
Ported game to Godot 4; Major changes
Diffstat (limited to 'global')
| -rw-r--r-- | global/Stats.gd | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/global/Stats.gd b/global/Stats.gd new file mode 100644 index 0000000..d937105 --- /dev/null +++ b/global/Stats.gd @@ -0,0 +1,5 @@ +extends Node + +var money = 0 +var initspeed = 10 +var playerdead = false |
