forked from team-sg/hero-mark-2
started work on lab
This commit is contained in:
parent
398e39ff1b
commit
0693bd91d3
10 changed files with 430 additions and 174 deletions
|
@ -1,4 +1,4 @@
|
|||
[gd_resource type="TileSet" load_steps=39 format=2]
|
||||
[gd_resource type="TileSet" load_steps=40 format=2]
|
||||
|
||||
[ext_resource path="res://graphics/tiles/laboratory.png" type="Texture" id=1]
|
||||
|
||||
|
@ -113,6 +113,9 @@ points = PoolVector2Array( 8, 8, 0, 8, 0, 0, 8, 0 )
|
|||
[sub_resource type="ConvexPolygonShape2D" id=63]
|
||||
points = PoolVector2Array( 8, 8, 0, 8, 0, 0, 8, 0 )
|
||||
|
||||
[sub_resource type="ConvexPolygonShape2D" id=64]
|
||||
points = PoolVector2Array( 8, 2, 0, 2, 0, 2, 8, 2 )
|
||||
|
||||
[resource]
|
||||
0/name = "beam"
|
||||
0/texture = ExtResource( 1 )
|
||||
|
@ -451,5 +454,11 @@ points = PoolVector2Array( 8, 8, 0, 8, 0, 0, 8, 0 )
|
|||
"one_way_margin": 1.0,
|
||||
"shape": SubResource( 63 ),
|
||||
"shape_transform": Transform2D( 1, 0, 0, 1, 0, 0 )
|
||||
}, {
|
||||
"autotile_coord": Vector2( 0, 1 ),
|
||||
"one_way": true,
|
||||
"one_way_margin": 1.0,
|
||||
"shape": SubResource( 64 ),
|
||||
"shape_transform": Transform2D( 1, 0, 0, 1, 0, 0 )
|
||||
} ]
|
||||
4/z_index = 0
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue