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