First Prototype
This commit is contained in:
parent
c321b70bb0
commit
eb11047456
35 changed files with 779 additions and 4 deletions
8
scenes/game/map/wallsHexagon.tscn
Normal file
8
scenes/game/map/wallsHexagon.tscn
Normal file
|
|
@ -0,0 +1,8 @@
|
|||
[gd_scene load_steps=2 format=4 uid="uid://m3sgr6auims"]
|
||||
|
||||
[ext_resource type="TileSet" path="res://Assets/Tilemaps/Wall.tres" id="1_8k7fq"]
|
||||
|
||||
[node name="Walls" type="TileMapLayer"]
|
||||
position = Vector2(16, 32)
|
||||
tile_map_data = PackedByteArray("AAD8//v/AAAAAAEAAAD8//z/AAABAAAAAAD7//3/AAABAAEAAAD7//v/AAABAAEAAAD8//r/AAADAAEAAAD9//z/AAADAAEAAAD8//7/AAABAAAAAAD7////AAABAAEAAAD8////AAAAAAEAAAD8/wAAAAAAAAAAAAD9//3/AAAAAAEAAAD9//7/AAACAAEAAAD8//3/AAABAAAAAAA=")
|
||||
tile_set = ExtResource("1_8k7fq")
|
||||
Loading…
Add table
Add a link
Reference in a new issue