123456789101112131415161718192021222324 |
- [gd_resource type="TileSet" load_steps=3 format=2]
- [ext_resource path="res://component/entity/brick/brik.png" type="Texture" id=1]
- [sub_resource type="RectangleShape2D" id=5]
- extents = Vector2( 20.5, 10.5 )
- [resource]
- 0/name = "brik.png 0"
- 0/texture = ExtResource( 1 )
- 0/tex_offset = Vector2( 0, 0 )
- 0/modulate = Color( 1, 1, 1, 1 )
- 0/region = Rect2( 0, 0, 40, 20 )
- 0/tile_mode = 0
- 0/occluder_offset = Vector2( 0, 0 )
- 0/navigation_offset = Vector2( 0, 0 )
- 0/shapes = [ {
- "autotile_coord": Vector2( 0, 0 ),
- "one_way": false,
- "one_way_margin": 1.0,
- "shape": SubResource( 5 ),
- "shape_transform": Transform2D( 1, 0, 0, 1, 20, 10 )
- } ]
- 0/z_index = 0
|