fix: corrections in dragon instantiation

This commit is contained in:
Gerard Gascón 2025-04-12 17:23:44 +02:00
parent 2445a71f0c
commit 44a36a4e67
5 changed files with 12 additions and 400 deletions

View file

@ -10,10 +10,6 @@ class_name GameManager
var _filled_spots: Dictionary[Node2D, int]
@export var hat_outfits: DragonOutfit
@export var shirt_outfits: DragonOutfit
@export var shoes_outfits: DragonOutfit
var _instantiator: DragonInstantiator
var _save_load: SaveLoad
var _library: DragonLibrary