fix entity position
This commit is contained in:
parent
018a0f3b5f
commit
31158b49cb
|
@ -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:
|
||||
|
|
Loading…
Reference in New Issue
Block a user