added models and changed spawnpoint
This commit is contained in:
parent
2cf0846597
commit
877ebafc74
1007 changed files with 120779 additions and 37 deletions
|
|
@ -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)
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue