Skip to content

Latest commit

 

History

History
5 lines (3 loc) · 279 Bytes

README.md

File metadata and controls

5 lines (3 loc) · 279 Bytes

Godot 3D hex map

screenshot

To use it, add the HexMap.gd script to a spatial node. That script simply creates a random map, so you need to look at the create_tile function and the corresponding call-tree to change the map creation to your needs.