Added Grant Blevins
This commit is contained in:
@ -1,6 +1,7 @@
|
||||
[gd_resource type="TileSet" load_steps=96 format=2]
|
||||
[gd_resource type="TileSet" load_steps=98 format=2]
|
||||
|
||||
[ext_resource path="res://Nodes/Tiles/tileset_science_lab.png" type="Texture" id=1]
|
||||
[ext_resource path="res://Assets/Art/platform.png" type="Texture" id=2]
|
||||
|
||||
[sub_resource type="OccluderPolygon2D" id=1]
|
||||
polygon = PoolVector2Array( 16, 16, 0, 16, 0, 0, 16, 0 )
|
||||
@ -284,6 +285,9 @@ points = PoolVector2Array( 16, 16, 0, 16, 0, 0, 16, 0 )
|
||||
[sub_resource type="ConvexPolygonShape2D" id=94]
|
||||
points = PoolVector2Array( 16, 16, 0, 16, 0, 0, 16, 0 )
|
||||
|
||||
[sub_resource type="ConvexPolygonShape2D" id=95]
|
||||
points = PoolVector2Array( 16, 9, 0, 9, 0, 7, 16, 7 )
|
||||
|
||||
[resource]
|
||||
47/name = "tileset_science_lab.png 47"
|
||||
47/texture = ExtResource( 1 )
|
||||
@ -591,3 +595,33 @@ points = PoolVector2Array( 16, 16, 0, 16, 0, 0, 16, 0 )
|
||||
"shape_transform": Transform2D( 1, 0, 0, 1, 0, 0 )
|
||||
} ]
|
||||
47/z_index = 0
|
||||
48/name = "platform.png 48"
|
||||
48/texture = ExtResource( 2 )
|
||||
48/tex_offset = Vector2( 0, 0 )
|
||||
48/modulate = Color( 1, 1, 1, 1 )
|
||||
48/region = Rect2( 0, 0, 16, 16 )
|
||||
48/tile_mode = 1
|
||||
48/autotile/bitmask_mode = 0
|
||||
48/autotile/bitmask_flags = [ ]
|
||||
48/autotile/icon_coordinate = Vector2( 0, 0 )
|
||||
48/autotile/tile_size = Vector2( 16, 16 )
|
||||
48/autotile/spacing = 0
|
||||
48/autotile/occluder_map = [ ]
|
||||
48/autotile/navpoly_map = [ ]
|
||||
48/autotile/priority_map = [ ]
|
||||
48/autotile/z_index_map = [ ]
|
||||
48/occluder_offset = Vector2( 0, 0 )
|
||||
48/navigation_offset = Vector2( 0, 0 )
|
||||
48/shape_offset = Vector2( 0, 0 )
|
||||
48/shape_transform = Transform2D( 1, 0, 0, 1, 0, 0 )
|
||||
48/shape = SubResource( 95 )
|
||||
48/shape_one_way = true
|
||||
48/shape_one_way_margin = 1.0
|
||||
48/shapes = [ {
|
||||
"autotile_coord": Vector2( 0, 0 ),
|
||||
"one_way": true,
|
||||
"one_way_margin": 1.0,
|
||||
"shape": SubResource( 95 ),
|
||||
"shape_transform": Transform2D( 1, 0, 0, 1, 0, 0 )
|
||||
} ]
|
||||
48/z_index = 0
|
||||
|
Reference in New Issue
Block a user