Add fire effect component to enemies and update game manager with initial coin count

This commit is contained in:
2025-05-01 18:04:26 +02:00
parent 1a6e3dea78
commit d6bdcb151b
4 changed files with 48 additions and 3 deletions

View File

@@ -2,7 +2,7 @@ class_name GM
extends Node
var player_state = {
"coins": 0,
"coins": 1000,
"lives": 3,
"unlocked_skills": [],
}