diff options
author | Jérémy Zurcher <jeremy@asynk.ch> | 2021-11-19 14:25:21 +0100 |
---|---|---|
committer | Jérémy Zurcher <jeremy@asynk.ch> | 2021-11-19 14:25:21 +0100 |
commit | d7ae050e7dc27fa052a9f4dbf065fdb86a966967 (patch) | |
tree | 16c7fe3d3eaac9ea272111dc8ef2f6e7008af541 /project.godot | |
parent | 54311e2b4194ccad0d28b60a718da8cb01c89f80 (diff) | |
download | godot-hexgrid-d7ae050e7dc27fa052a9f4dbf065fdb86a966967.zip godot-hexgrid-d7ae050e7dc27fa052a9f4dbf065fdb86a966967.tar.gz |
HexBoard -> HexMap
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" } |