Second Prototype; Added Player Animations

This commit is contained in:
Exobyt 2024-09-10 21:30:47 +02:00
parent 51774f485b
commit e82438139f
13 changed files with 332 additions and 73 deletions

View file

@ -1,4 +1,14 @@
extends Node
enum GAMETIME {
MIN = 240,
MAX = 360
}
var money = 0
func resetValues():
pass
money = 0
func addMoney(n):
money += n