SScrakeyNov 17, 2023Post #1 Friday, November 17, 2023 8:33 PM Started today playing around with Godot, and I hit my very first road block. How do i center the sprite to the center of a tile? and How to move in a hex grid tilemap?
xyzNov 17, 2023Post #2 Friday, November 17, 2023 9:33 PM Scrakey Look at Tilemap's methods local_to_map() and map_to_local()
Scrakey Started today playing around with Godot, and I hit my very first road block. How do i center the sprite to the center of a tile? and How to move in a hex grid tilemap?