First Prototype
This commit is contained in:
parent
c321b70bb0
commit
eb11047456
35 changed files with 779 additions and 4 deletions
21
Assets/Tilemaps/FloorHexago.tres
Normal file
21
Assets/Tilemaps/FloorHexago.tres
Normal file
|
|
@ -0,0 +1,21 @@
|
|||
[gd_resource type="TileSet" load_steps=4 format=3 uid="uid://dxngauus5lurh"]
|
||||
|
||||
[ext_resource type="Texture2D" uid="uid://tiulht2m5b24" path="res://Assets/Tilemaps/Floor.png" id="1_sbmhw"]
|
||||
|
||||
[sub_resource type="NavigationPolygon" id="NavigationPolygon_uxv2c"]
|
||||
vertices = PackedVector2Array(16, -8, 16, 8, 0, 16, -16, 8, -16, -8, 0, -16)
|
||||
polygons = Array[PackedInt32Array]([PackedInt32Array(0, 1, 2, 3, 4, 5)])
|
||||
outlines = Array[PackedVector2Array]([PackedVector2Array(0, -16, -16, -8, -16, 8, 0, 16, 16, 8, 16, -8)])
|
||||
agent_radius = 0.0
|
||||
|
||||
[sub_resource type="TileSetAtlasSource" id="TileSetAtlasSource_pbnxo"]
|
||||
texture = ExtResource("1_sbmhw")
|
||||
texture_region_size = Vector2i(32, 32)
|
||||
0:0/0 = 0
|
||||
0:0/0/navigation_layer_0/polygon = SubResource("NavigationPolygon_uxv2c")
|
||||
|
||||
[resource]
|
||||
tile_shape = 3
|
||||
tile_size = Vector2i(32, 32)
|
||||
navigation_layer_0/layers = 1
|
||||
sources/0 = SubResource("TileSetAtlasSource_pbnxo")
|
||||
Loading…
Add table
Add a link
Reference in a new issue