diff options
Diffstat (limited to 'project.godot')
-rw-r--r-- | project.godot | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/project.godot b/project.godot index e89d9c0..cbb10de 100644 --- a/project.godot +++ b/project.godot @@ -15,7 +15,7 @@ _global_script_classes=[ { "path": "res://demo/Hex.gd" }, { "base": "Node", -"class": "HexBoard", +"class": "HexMap", "language": "GDScript", "path": "res://addons/hexgrid/HexMap.gd" }, { @@ -36,9 +36,9 @@ _global_script_classes=[ { } ] _global_script_class_icons={ "Hex": "res://addons/hexgrid/Tile.png", -"HexBoard": "", -"Piece": "", -"Tile": "", +"HexMap": "res://addons/hexgrid/HexMap.png", +"Piece": "res://addons/hexgrid/Piece.png", +"Tile": "res://addons/hexgrid/Tile.png", "Unit": "res://addons/hexgrid/Piece.png" } |