added models and changed spawnpoint

This commit is contained in:
Luca 2024-09-27 13:01:28 +02:00
parent 2cf0846597
commit 877ebafc74
1007 changed files with 120779 additions and 37 deletions

View file

@ -17,7 +17,7 @@ func _update_monster_list() -> void:
var entry = monster_list_entry.instantiate()
# populate the new entry
entry.populate(SaveManager.current_save.party[i])
entry.populate(monster)
# add it to the list
monster_list_entry_container.add_child(entry)