fix entity position

This commit is contained in:
Nitwel 2024-01-27 17:40:35 +01:00
parent 018a0f3b5f
commit 31158b49cb

View File

@ -43,6 +43,7 @@ func update_house():
if entity_instance == null:
continue
entity_instance.global_position = entity.position
entity_instance.global_rotation = entity.rotation
func create_room(room_name: String, level: int) -> RoomType: