34 lines
1.4 KiB
Plaintext
34 lines
1.4 KiB
Plaintext
[gd_scene load_steps=7 format=3 uid="uid://deff7lt34nj0h"]
|
|
|
|
[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"]
|
|
[ext_resource type="Texture2D" uid="uid://icmmuqquxhq3" path="res://Art/Stone_06-128x128.png" id="3_ondo6"]
|
|
[ext_resource type="Texture2D" uid="uid://buoupwtftxjse" path="res://Art/Stone_05-128x128.png" id="3_r08k8"]
|
|
[ext_resource type="Script" path="res://Scripts/Space/SpaceSpawn.gd" id="4_rhl23"]
|
|
|
|
[node name="Dungeon" type="Node2D"]
|
|
script = ExtResource("1_ckp7u")
|
|
|
|
[node name="Room" type="Polygon2D" parent="."]
|
|
position = Vector2(-30, -8)
|
|
polygon = PackedVector2Array(30, 72, 262, 32, 497, 192, 286, 328, 94, 264)
|
|
script = ExtResource("2_s3h7s")
|
|
wall_texture = ExtResource("3_ondo6")
|
|
floor_texture = ExtResource("3_r08k8")
|
|
|
|
[node name="Column" type="Polygon2D" parent="Room"]
|
|
position = Vector2(78, -8)
|
|
color = Color(0.665891, 0.820479, 1, 1)
|
|
polygon = PackedVector2Array(222, 168, 272, 136, 318, 184, 294, 232, 230, 216)
|
|
script = ExtResource("2_s3h7s")
|
|
wall_texture = ExtResource("3_r08k8")
|
|
floor_texture = ExtResource("3_r08k8")
|
|
|
|
[node name="Spawn" type="Sprite2D" parent="."]
|
|
position = Vector2(72, 104)
|
|
rotation = 0.159622
|
|
scale = Vector2(0.25, 0.25)
|
|
texture = ExtResource("3_7vff1")
|
|
script = ExtResource("4_rhl23")
|