diff options
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] |