2024-08-02 09:47:06 +00:00
|
|
|
[gd_scene load_steps=8 format=3 uid="uid://deff7lt34nj0h"]
|
2024-08-01 22:29:11 +00:00
|
|
|
|
|
|
|
[ext_resource type="Script" path="res://Scripts/Space/Space.gd" id="1_ckp7u"]
|
|
|
|
[ext_resource type="Script" path="res://Scripts/Space/SpaceRegion.gd" id="2_s3h7s"]
|
|
|
|
[ext_resource type="Texture2D" uid="uid://h0skytm8grcu" path="res://icon.svg" id="3_7vff1"]
|
2024-08-02 00:11:18 +00:00
|
|
|
[ext_resource type="Texture2D" uid="uid://icmmuqquxhq3" path="res://Art/Stone_06-128x128.png" id="3_ondo6"]
|
2024-08-02 00:48:26 +00:00
|
|
|
[ext_resource type="Texture2D" uid="uid://eempmja460l5" path="res://Art/Stone_11-128x128.png" id="4_mnswr"]
|
2024-08-01 22:29:11 +00:00
|
|
|
[ext_resource type="Script" path="res://Scripts/Space/SpaceSpawn.gd" id="4_rhl23"]
|
2024-08-02 09:47:06 +00:00
|
|
|
[ext_resource type="Texture2D" uid="uid://buoupwtftxjse" path="res://Art/Stone_05-128x128.png" id="5_evp07"]
|
2024-08-01 22:29:11 +00:00
|
|
|
|
|
|
|
[node name="Dungeon" type="Node2D"]
|
|
|
|
script = ExtResource("1_ckp7u")
|
2024-08-02 01:38:05 +00:00
|
|
|
unit_scale = 0.02
|
2024-08-01 22:29:11 +00:00
|
|
|
|
|
|
|
[node name="Room" type="Polygon2D" parent="."]
|
2024-08-02 01:38:05 +00:00
|
|
|
texture_repeat = 2
|
|
|
|
position = Vector2(440, 136)
|
|
|
|
texture = ExtResource("4_mnswr")
|
|
|
|
polygon = PackedVector2Array(-104, -80, 40, -112, 128, -16, 328, -56, 360, 16, 176, 56, 32, 96, -80, 64)
|
|
|
|
uv = PackedVector2Array(1.88, 5.28, 0.6, 1.44, 5.24, 0.64, 5.24, 0.64, 9.94, 3.84, 5.72, 6.56, 5.72, 6.56, 1.88, 5.28, 5.24, 0.64)
|
2024-08-01 22:29:11 +00:00
|
|
|
script = ExtResource("2_s3h7s")
|
2024-08-02 00:11:18 +00:00
|
|
|
wall_texture = ExtResource("3_ondo6")
|
2024-08-02 00:48:26 +00:00
|
|
|
floor_texture = ExtResource("4_mnswr")
|
2024-08-02 01:47:17 +00:00
|
|
|
ceiling_texture = ExtResource("4_mnswr")
|
2024-08-02 00:11:18 +00:00
|
|
|
|
|
|
|
[node name="Column" type="Polygon2D" parent="Room"]
|
2024-08-02 01:38:05 +00:00
|
|
|
texture_repeat = 2
|
2024-08-02 09:47:06 +00:00
|
|
|
texture = ExtResource("3_ondo6")
|
|
|
|
polygon = PackedVector2Array(8, -40, 48, -64, 88, -40, 72, -8, 72, -32, 48, -48, 24, -32, 24, -8)
|
2024-08-02 01:38:05 +00:00
|
|
|
uv = PackedVector2Array(1.88, 5.28, 0.6, 1.44, 5.24, 0.64, 5.24, 0.64, 9.94, 3.84, 5.72, 6.56, 5.72, 6.56, 1.88, 5.28, 5.24, 0.64)
|
2024-08-02 00:11:18 +00:00
|
|
|
script = ExtResource("2_s3h7s")
|
2024-08-02 01:38:05 +00:00
|
|
|
wall_texture = ExtResource("3_ondo6")
|
2024-08-02 09:47:06 +00:00
|
|
|
floor_texture = ExtResource("3_ondo6")
|
|
|
|
|
|
|
|
[node name="Floor" type="Polygon2D" parent="Room/Column"]
|
|
|
|
texture_repeat = 2
|
|
|
|
texture = ExtResource("5_evp07")
|
|
|
|
polygon = PackedVector2Array(72, -8, 72, -32, 48, -48, 24, -32, 24, -8)
|
|
|
|
uv = PackedVector2Array(1.88, 5.28, 0.6, 1.44, 5.24, 0.64, 5.24, 0.64, 9.94, 3.84, 5.72, 6.56, 5.72, 6.56, 1.88, 5.28, 5.24, 0.64)
|
|
|
|
script = ExtResource("2_s3h7s")
|
|
|
|
height = 20.0
|
|
|
|
wall_texture = ExtResource("3_ondo6")
|
|
|
|
top_texture = ExtResource("5_evp07")
|
2024-08-01 22:29:11 +00:00
|
|
|
|
2024-08-02 01:38:05 +00:00
|
|
|
[node name="Spawn" type="Sprite2D" parent="Room"]
|
|
|
|
position = Vector2(-48, 32)
|
2024-08-02 02:12:13 +00:00
|
|
|
rotation = 1.83259
|
2024-08-01 22:29:11 +00:00
|
|
|
scale = Vector2(0.25, 0.25)
|
|
|
|
texture = ExtResource("3_7vff1")
|
|
|
|
script = ExtResource("4_rhl23")
|