diff options
author | Jérémy Zurcher <jeremy@asynk.ch> | 2021-08-28 11:07:19 +0200 |
---|---|---|
committer | Jérémy Zurcher <jeremy@asynk.ch> | 2021-08-28 11:07:19 +0200 |
commit | 54311e2b4194ccad0d28b60a718da8cb01c89f80 (patch) | |
tree | a2a8d7be55566b26c00df04df872590cadbea60a /project.godot | |
parent | 5dc80e37eb13931f3bdbacffaad5a945732e1209 (diff) | |
download | godot-hexgrid-54311e2b4194ccad0d28b60a718da8cb01c89f80.zip godot-hexgrid-54311e2b4194ccad0d28b60a718da8cb01c89f80.tar.gz |
set addons/hexgrid, closess #2
Diffstat (limited to 'project.godot')
-rw-r--r-- | project.godot | 16 |
1 files changed, 8 insertions, 8 deletions
diff --git a/project.godot b/project.godot index 1846513..e89d9c0 100644 --- a/project.godot +++ b/project.godot @@ -17,17 +17,17 @@ _global_script_classes=[ { "base": "Node", "class": "HexBoard", "language": "GDScript", -"path": "res://HexMap.gd" +"path": "res://addons/hexgrid/HexMap.gd" }, { "base": "Node2D", "class": "Piece", "language": "GDScript", -"path": "res://Piece.gd" +"path": "res://addons/hexgrid/Piece.gd" }, { "base": "Node2D", "class": "Tile", "language": "GDScript", -"path": "res://Tile.gd" +"path": "res://addons/hexgrid/Tile.gd" }, { "base": "Piece", "class": "Unit", @@ -35,11 +35,11 @@ _global_script_classes=[ { "path": "res://demo/Unit.gd" } ] _global_script_class_icons={ -"Hex": "res://godot/Tile.png", -"HexBoard": "res://godot/HexMap.png", -"Piece": "res://godot/Piece.png", -"Tile": "res://godot/Tile.png", -"Unit": "res://godot/Piece.png" +"Hex": "res://addons/hexgrid/Tile.png", +"HexBoard": "", +"Piece": "", +"Tile": "", +"Unit": "res://addons/hexgrid/Piece.png" } [application] |