diff options
author | bd <bdunahu@operationnull.com> | 2025-05-22 18:18:46 -0400 |
---|---|---|
committer | bd <bdunahu@operationnull.com> | 2025-05-22 18:18:46 -0400 |
commit | b318529cf9c01fca4ac2e1b7c7f7fccd0be4589a (patch) | |
tree | 4554f6c14799372133fd49d7ac7688a17a55fa97 /project.godot | |
parent | f9d7b55634049e0ae6533fb94e058c2a368cd49b (diff) |
Use TileMapLayer in MapGenerator to display path
Diffstat (limited to 'project.godot')
-rw-r--r-- | project.godot | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/project.godot b/project.godot index 4ab933d..5e1f0ed 100644 --- a/project.godot +++ b/project.godot @@ -18,7 +18,6 @@ config/icon="res://icon.svg" [autoload] GameData="*res://scripts/game_data.gd" -TileManager="*res://scripts/tile_manager.gd" [display] |