mirror of
https://github.com/Relintai/broken_seals_roguelike.git
synced 2024-11-14 10:57:19 +01:00
63 lines
1.8 KiB
Plaintext
63 lines
1.8 KiB
Plaintext
[gd_scene load_steps=3 format=2]
|
|
|
|
[ext_resource path="res://tilesets/dc_32x32/DungeonCrawl_ProjectUtumnoTileset.png" type="Texture" id=1]
|
|
|
|
[sub_resource type="RectangleShape2D" id=1]
|
|
extents = Vector2( 16, 16 )
|
|
|
|
[node name="Node2D" type="Node2D"]
|
|
|
|
[node name="Floor" type="Sprite" parent="."]
|
|
texture = ExtResource( 1 )
|
|
centered = false
|
|
region_enabled = true
|
|
region_rect = Rect2( 992, 416, 32, 32 )
|
|
|
|
[node name="Wall" type="Sprite" parent="."]
|
|
texture = ExtResource( 1 )
|
|
centered = false
|
|
region_enabled = true
|
|
region_rect = Rect2( 736, 512, 32, 32 )
|
|
|
|
[node name="StaticBody2D" type="StaticBody2D" parent="Wall"]
|
|
position = Vector2( 16, 16 )
|
|
|
|
[node name="CollisionShape2D" type="CollisionShape2D" parent="Wall/StaticBody2D"]
|
|
shape = SubResource( 1 )
|
|
|
|
[node name="Door" type="Sprite" parent="."]
|
|
texture = ExtResource( 1 )
|
|
centered = false
|
|
region_enabled = true
|
|
region_rect = Rect2( 832, 480, 32, 32 )
|
|
|
|
[node name="StaticBody2D2" type="StaticBody2D" parent="Door"]
|
|
position = Vector2( 16, 16 )
|
|
|
|
[node name="CollisionShape2D" type="CollisionShape2D" parent="Door/StaticBody2D2"]
|
|
shape = SubResource( 1 )
|
|
|
|
[node name="Ladder" type="Sprite" parent="."]
|
|
texture = ExtResource( 1 )
|
|
centered = false
|
|
region_enabled = true
|
|
region_rect = Rect2( 1312, 480, 32, 32 )
|
|
|
|
[node name="StaticBody2D2" type="StaticBody2D" parent="Ladder"]
|
|
position = Vector2( 16, 16 )
|
|
|
|
[node name="CollisionShape2D" type="CollisionShape2D" parent="Ladder/StaticBody2D2"]
|
|
shape = SubResource( 1 )
|
|
|
|
[node name="Stone" type="Sprite" parent="."]
|
|
texture = ExtResource( 1 )
|
|
centered = false
|
|
region_enabled = true
|
|
region_rect = Rect2( 1248, 544, 32, 32 )
|
|
|
|
[node name="StaticBody2D2" type="StaticBody2D" parent="Stone"]
|
|
position = Vector2( 16, 16 )
|
|
|
|
[node name="CollisionShape2D" type="CollisionShape2D" parent="Stone/StaticBody2D2"]
|
|
shape = SubResource( 1 )
|