Change hexagon size to 128x128
This commit is contained in:
parent
ed33b750f0
commit
52c756a441
2 changed files with 2 additions and 2 deletions
BIN
hexagon.png
BIN
hexagon.png
Binary file not shown.
Before Width: | Height: | Size: 410 B After Width: | Height: | Size: 881 B |
|
@ -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"]
|
||||
|
|
Loading…
Add table
Reference in a new issue