diff options
-rw-r--r-- | HexMap.gd (renamed from HexBoard.gd) | 2 | ||||
-rw-r--r-- | godot/HexMap.png (renamed from godot/HexBoard.png) | bin | 1209 -> 1209 bytes | |||
-rw-r--r-- | project.godot | 4 |
3 files changed, 3 insertions, 3 deletions
@@ -1,7 +1,7 @@ #warning-ignore-all:integer_division extends Node -class_name HexBoard, "res://godot/HexBoard.png" +class_name HexBoard, "res://godot/HexMap.png" enum Orientation { E=1, NE=2, N=4, NW=8, W=16, SW=32, S=64, SE=128 } diff --git a/godot/HexBoard.png b/godot/HexMap.png Binary files differindex add6a52..add6a52 100644 --- a/godot/HexBoard.png +++ b/godot/HexMap.png 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" |