Update level.tscn
This commit is contained in:
parent
9cbd7ca622
commit
3009d2cf4d
@ -1,11 +1,95 @@
|
|||||||
[gd_scene load_steps=2 format=3 uid="uid://b8rvp5g0vj8q1"]
|
[gd_scene load_steps=4 format=3 uid="uid://b8rvp5g0vj8q1"]
|
||||||
|
|
||||||
|
[ext_resource type="Texture2D" uid="uid://d3y4rna66nylu" path="res://TileSets/Tiles Set GameJam.png" id="1_y6hh1"]
|
||||||
|
|
||||||
|
[sub_resource type="TileSetAtlasSource" id="TileSetAtlasSource_nfq7o"]
|
||||||
|
texture = ExtResource("1_y6hh1")
|
||||||
|
texture_region_size = Vector2i(64, 64)
|
||||||
|
0:0/0 = 0
|
||||||
|
1:0/0 = 0
|
||||||
|
2:0/0 = 0
|
||||||
|
3:0/0 = 0
|
||||||
|
4:0/0 = 0
|
||||||
|
5:0/next_alternative_id = 5
|
||||||
|
5:0/0 = 0
|
||||||
|
5:0/1 = 1
|
||||||
|
5:0/1/transpose = true
|
||||||
|
5:0/2 = 2
|
||||||
|
5:0/2/flip_h = true
|
||||||
|
5:0/3 = 3
|
||||||
|
5:0/3/flip_v = true
|
||||||
|
5:0/3/transpose = true
|
||||||
|
6:0/next_alternative_id = 4
|
||||||
|
6:0/0 = 0
|
||||||
|
6:0/1 = 1
|
||||||
|
6:0/1/flip_h = true
|
||||||
|
6:0/2 = 2
|
||||||
|
6:0/2/transpose = true
|
||||||
|
6:0/3 = 3
|
||||||
|
6:0/3/flip_v = true
|
||||||
|
6:0/3/transpose = true
|
||||||
|
7:0/0 = 0
|
||||||
|
0:1/0 = 0
|
||||||
|
1:1/0 = 0
|
||||||
|
2:1/0 = 0
|
||||||
|
3:1/0 = 0
|
||||||
|
4:1/0 = 0
|
||||||
|
5:1/0 = 0
|
||||||
|
6:1/next_alternative_id = 4
|
||||||
|
6:1/0 = 0
|
||||||
|
6:1/1 = 1
|
||||||
|
6:1/1/flip_v = true
|
||||||
|
6:1/2 = 2
|
||||||
|
6:1/2/flip_h = true
|
||||||
|
6:1/2/flip_v = true
|
||||||
|
6:1/3 = 3
|
||||||
|
6:1/3/flip_h = true
|
||||||
|
7:1/0 = 0
|
||||||
|
0:2/next_alternative_id = 4
|
||||||
|
0:2/0 = 0
|
||||||
|
0:2/1 = 1
|
||||||
|
0:2/1/flip_h = true
|
||||||
|
0:2/2 = 2
|
||||||
|
0:2/2/flip_v = true
|
||||||
|
0:2/3 = 3
|
||||||
|
0:2/3/flip_h = true
|
||||||
|
0:2/3/flip_v = true
|
||||||
|
1:2/0 = 0
|
||||||
|
2:2/0 = 0
|
||||||
|
3:2/0 = 0
|
||||||
|
4:2/0 = 0
|
||||||
|
5:2/0 = 0
|
||||||
|
6:2/0 = 0
|
||||||
|
7:2/0 = 0
|
||||||
|
0:3/0 = 0
|
||||||
|
1:3/0 = 0
|
||||||
|
2:3/0 = 0
|
||||||
|
3:3/0 = 0
|
||||||
|
4:3/0 = 0
|
||||||
|
5:3/0 = 0
|
||||||
|
6:3/0 = 0
|
||||||
|
7:3/0 = 0
|
||||||
|
0:4/0 = 0
|
||||||
|
1:4/0 = 0
|
||||||
|
2:4/0 = 0
|
||||||
|
3:4/0 = 0
|
||||||
|
|
||||||
[sub_resource type="TileSet" id="TileSet_kwosm"]
|
[sub_resource type="TileSet" id="TileSet_kwosm"]
|
||||||
tile_size = Vector2i(64, 64)
|
tile_size = Vector2i(64, 64)
|
||||||
|
sources/1 = SubResource("TileSetAtlasSource_nfq7o")
|
||||||
|
|
||||||
[node name="Level" type="Node2D"]
|
[node name="Level" type="Node2D"]
|
||||||
|
|
||||||
[node name="TileMap" type="TileMap" parent="."]
|
[node name="Floor1" type="TileMap" parent="."]
|
||||||
tile_set = SubResource("TileSet_kwosm")
|
tile_set = SubResource("TileSet_kwosm")
|
||||||
cell_quadrant_size = 64
|
cell_quadrant_size = 64
|
||||||
format = 2
|
format = 2
|
||||||
|
|
||||||
|
[node name="Floor2" type="TileMap" parent="."]
|
||||||
|
format = 2
|
||||||
|
|
||||||
|
[node name="Walls" type="TileMap" parent="."]
|
||||||
|
format = 2
|
||||||
|
|
||||||
|
[node name="Props" type="TileMap" parent="."]
|
||||||
|
format = 2
|
||||||
|
Loading…
Reference in New Issue
Block a user