mirror of
https://github.com/Cookie-CHR/LD54-SPAce-ltd.git
synced 2025-03-13 12:07:52 +00:00
90 lines
2.5 KiB
Text
90 lines
2.5 KiB
Text
[gd_scene load_steps=12 format=3 uid="uid://c4ar0urinkumn"]
|
|
|
|
[ext_resource type="Script" path="res://Components/gather_info.gd" id="1_mu346"]
|
|
[ext_resource type="Texture2D" uid="uid://bm167coy4emtp" path="res://Images/bg_tiles.jpg" id="2_yirj8"]
|
|
[ext_resource type="Script" path="res://Components/Background.gd" id="3_oqvqd"]
|
|
[ext_resource type="Texture2D" uid="uid://bwmvqhr07rn8f" path="res://Images/panel_left.png" id="4_d5jl4"]
|
|
[ext_resource type="Texture2D" uid="uid://bwxxlavill7em" path="res://Images/reset.png" id="5_4snwg"]
|
|
[ext_resource type="Texture2D" uid="uid://1w1ni6nwrk2g" path="res://Images/panel_right.png" id="5_5pvxa"]
|
|
[ext_resource type="Texture2D" uid="uid://c831drc16pkbk" path="res://Images/map_small.png" id="7_ac74y"]
|
|
[ext_resource type="Texture2D" uid="uid://c2ao8hiirsvj3" path="res://Images/sound_on.png" id="8_2lwdi"]
|
|
|
|
[sub_resource type="TileSetAtlasSource" id="TileSetAtlasSource_ckc8x"]
|
|
texture = ExtResource("2_yirj8")
|
|
texture_region_size = Vector2i(80, 80)
|
|
0:0/0 = 0
|
|
1:0/0 = 0
|
|
2:0/0 = 0
|
|
3:0/0 = 0
|
|
0:1/0 = 0
|
|
1:1/0 = 0
|
|
2:1/0 = 0
|
|
3:1/0 = 0
|
|
0:2/0 = 0
|
|
1:2/0 = 0
|
|
2:2/0 = 0
|
|
3:2/0 = 0
|
|
0:3/0 = 0
|
|
1:3/0 = 0
|
|
2:3/0 = 0
|
|
3:3/0 = 0
|
|
|
|
[sub_resource type="TileSet" id="TileSet_jkdn8"]
|
|
tile_size = Vector2i(80, 80)
|
|
sources/0 = SubResource("TileSetAtlasSource_ckc8x")
|
|
|
|
[sub_resource type="Theme" id="Theme_oykpo"]
|
|
default_font_size = 22
|
|
|
|
[node name="1" type="Node2D"]
|
|
script = ExtResource("1_mu346")
|
|
|
|
[node name="Background" type="TileMap" parent="."]
|
|
tile_set = SubResource("TileSet_jkdn8")
|
|
format = 2
|
|
script = ExtResource("3_oqvqd")
|
|
|
|
[node name="Sprite2D" type="Sprite2D" parent="."]
|
|
texture = ExtResource("4_d5jl4")
|
|
centered = false
|
|
|
|
[node name="Sprite2D2" type="Sprite2D" parent="."]
|
|
position = Vector2(912, -1)
|
|
texture = ExtResource("5_5pvxa")
|
|
centered = false
|
|
|
|
[node name="Label" type="Label" parent="."]
|
|
offset_left = 50.0
|
|
offset_top = 143.0
|
|
offset_right = 190.0
|
|
offset_bottom = 512.0
|
|
autowrap_mode = 2
|
|
|
|
[node name="Reset" type="Button" parent="."]
|
|
offset_left = 950.0
|
|
offset_top = 52.0
|
|
offset_right = 1101.0
|
|
offset_bottom = 120.0
|
|
theme = SubResource("Theme_oykpo")
|
|
text = "Reset"
|
|
icon = ExtResource("5_4snwg")
|
|
flat = true
|
|
|
|
[node name="Map" type="Button" parent="."]
|
|
offset_left = 950.0
|
|
offset_top = 116.0
|
|
offset_right = 1112.0
|
|
offset_bottom = 184.0
|
|
theme = SubResource("Theme_oykpo")
|
|
text = "To map"
|
|
icon = ExtResource("7_ac74y")
|
|
flat = true
|
|
|
|
[node name="Mute" type="Button" parent="."]
|
|
offset_left = 908.0
|
|
offset_top = 544.0
|
|
offset_right = 996.0
|
|
offset_bottom = 632.0
|
|
theme = SubResource("Theme_oykpo")
|
|
icon = ExtResource("8_2lwdi")
|
|
flat = true
|