65 lines
1.5 KiB
Plaintext
65 lines
1.5 KiB
Plaintext
[gd_scene load_steps=2 format=3 uid="uid://b1a8a10jb4auf"]
|
|
|
|
[ext_resource type="Script" uid="uid://cntq3qk522oqg" path="res://scripts/sector.gd" id="1_l8itw"]
|
|
|
|
[node name="Sector" type="Node2D"]
|
|
script = ExtResource("1_l8itw")
|
|
|
|
[node name="background" type="Sprite2D" parent="."]
|
|
position = Vector2(572.00006, 328.5)
|
|
|
|
[node name="PlanetStatPanel" type="Panel" parent="."]
|
|
offset_right = 284.0
|
|
offset_bottom = 204.0
|
|
|
|
[node name="PlanetName" type="Label" parent="PlanetStatPanel"]
|
|
layout_mode = 0
|
|
offset_left = 10.0
|
|
offset_top = 10.0
|
|
offset_right = 260.0
|
|
offset_bottom = 35.0
|
|
|
|
[node name="PopulationPanel" type="Label" parent="PlanetStatPanel"]
|
|
layout_mode = 1
|
|
anchors_preset = -1
|
|
anchor_bottom = 0.277
|
|
offset_left = 10.0
|
|
offset_top = 46.0
|
|
offset_right = 260.0
|
|
offset_bottom = 24.186996
|
|
|
|
[node name="ResourcePlanet" type="Label" parent="PlanetStatPanel"]
|
|
layout_mode = 0
|
|
offset_left = 10.0
|
|
offset_top = 82.0
|
|
offset_right = 260.0
|
|
offset_bottom = 107.0
|
|
|
|
[node name="MiningRate" type="Label" parent="PlanetStatPanel"]
|
|
layout_mode = 0
|
|
offset_left = 10.0
|
|
offset_top = 118.0
|
|
offset_right = 260.0
|
|
offset_bottom = 143.0
|
|
|
|
[node name="GrowthRate" type="Label" parent="PlanetStatPanel"]
|
|
layout_mode = 0
|
|
offset_left = 12.0
|
|
offset_top = 150.0
|
|
offset_right = 262.0
|
|
offset_bottom = 175.0
|
|
|
|
[node name="BackButton" type="Button" parent="."]
|
|
anchors_preset = 6
|
|
anchor_left = 1.0
|
|
anchor_top = 0.5
|
|
anchor_right = 1.0
|
|
anchor_bottom = 0.5
|
|
offset_left = 1291.0
|
|
offset_top = 742.0
|
|
offset_right = 1377.0
|
|
offset_bottom = 773.0
|
|
grow_horizontal = 0
|
|
grow_vertical = 2
|
|
text = "Galaktyka"
|