Mag gen & work towards AI

This commit is contained in:
2024-01-21 16:39:13 +01:00
parent 405b374b9a
commit 9e3deaf3b0
20 changed files with 341 additions and 21 deletions

View File

@@ -8,8 +8,3 @@ var map: TileMap
func _ready() -> void:
self.generator.generate(map)
func _process(_delta: float) -> void:
if Input.is_action_just_pressed("jump"):
map.clear()
self.generator.generate(map)