space_empire/scenes/sector.tscn
Tomasz Boruc 456ae98e0f Kolonizacja, populacja, surowce
System kolonizacji
Przyrost populacji
Wydobycie surowców
2025-10-14 22:07:01 +02:00

44 lines
1.1 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 = 169.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