Added level 1, base-level to abstract from, and level-controller

This commit is contained in:
Nathan Anderson
2022-08-05 17:15:17 -06:00
parent c95b9f9928
commit 77386f7af6
42 changed files with 985 additions and 531 deletions
-1
View File
@@ -95,7 +95,6 @@ func _idle_state(delta: float) -> void:
func _go_home_state(delta: float) -> void:
_move_neighbor(house_direction, true)
# print((house_position - global_position).length())
if ((house_position - global_position).length() < 30):
emit_signal("found_home", id)
queue_free()