Working map generator

This commit is contained in:
2024-01-21 00:42:57 +01:00
parent cd80ab3357
commit 405b374b9a
17 changed files with 240 additions and 38 deletions

View File

@ -12,7 +12,7 @@ var _steps_count: int
func _init(step_count: int = 0) -> void:
_steps_count = step_count
self.substep_complete.connect(self, "_on_substep_complete")
#self.substep_complete.connect(self, "_on_substep_complete")
func _on_step_complete() -> void:
if _current_step_index == _steps_count: