Merge branch 'dev' into dev-ai

This commit is contained in:
Jonas Mucke
2020-04-20 13:32:24 +02:00
committed by GitHub
119 changed files with 2484 additions and 396 deletions

View File

@@ -38,7 +38,8 @@ func _reset_grids():
func _ready():
var walls = get_tree().current_scene.get_node("../FloorTileMap")
var walls = get_tree().current_scene.get_node("FloorTileMap")
offset = walls.global_position
#todo put in grid_lul
for x in range(14):