Change hexagon size to 128x128

This commit is contained in:
CenTdemeern1 2025-02-07 21:10:38 +01:00
parent ed33b750f0
commit 52c756a441
2 changed files with 2 additions and 2 deletions

Binary file not shown.

Before

Width:  |  Height:  |  Size: 410 B

After

Width:  |  Height:  |  Size: 881 B

View file

@ -4,12 +4,12 @@
[sub_resource type="TileSetAtlasSource" id="TileSetAtlasSource_hjqmr"]
texture = ExtResource("1_3xlrd")
texture_region_size = Vector2i(64, 64)
texture_region_size = Vector2i(128, 128)
0:0/0 = 0
[sub_resource type="TileSet" id="TileSet_uekqy"]
tile_shape = 3
tile_size = Vector2i(64, 64)
tile_size = Vector2i(128, 128)
sources/1 = SubResource("TileSetAtlasSource_hjqmr")
[node name="Node2D" type="Node2D"]