feat: Implement core lobby system including UI, player management, and game mode settings.
This commit is contained in:
@@ -479,7 +479,7 @@ func _refresh_tiles():
|
||||
var door_positions = []
|
||||
for door in doors:
|
||||
if is_instance_valid(door):
|
||||
var local_pos = gridmap.local_to_map(door.global_position)
|
||||
var local_pos = gridmap.local_to_map(gridmap.to_local(door.global_position))
|
||||
door_positions.append(Vector2i(local_pos.x, local_pos.z))
|
||||
|
||||
for x in range(GRID_SIZE):
|
||||
|
||||
Reference in New Issue
Block a user