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
@@ -17,7 +17,6 @@ func _on_rogers_left_trolley() -> void:
pass
func _on_neighbor_found_home(id: int) -> void:
print('You helped a neighbor')
helped_neighbors.append(id)
if len(helped_neighbors) == total_neighbors:
trolley.set_trolley_open(true)