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