62 lines
2.1 KiB
Text
62 lines
2.1 KiB
Text
[gd_scene format=3 uid="uid://d06w1wtct0mfs"]
|
|
|
|
[ext_resource type="Script" uid="uid://6438cbkn3fhm" path="res://test/test_economy.gd" id="1_s48qe"]
|
|
[ext_resource type="PackedScene" uid="uid://desvyn6e28oar" path="res://gui/production_chart.tscn" id="2_jd86c"]
|
|
[ext_resource type="PackedScene" uid="uid://cxv743rjsolk5" path="res://gui/production_ledger.tscn" id="3_jd7cj"]
|
|
[ext_resource type="PackedScene" uid="uid://75htlmk51oo" path="res://gui/currency_inspector_panel.tscn" id="4_7ya5o"]
|
|
|
|
[node name="TestEconomy" type="Control" unique_id=629898212]
|
|
layout_mode = 3
|
|
anchors_preset = 15
|
|
anchor_right = 1.0
|
|
anchor_bottom = 1.0
|
|
grow_horizontal = 2
|
|
grow_vertical = 2
|
|
script = ExtResource("1_s48qe")
|
|
|
|
[node name="ProductionChart" parent="." unique_id=1301678172 instance=ExtResource("2_jd86c")]
|
|
layout_mode = 0
|
|
|
|
[node name="ScrollContainer" type="ScrollContainer" parent="." unique_id=1023925432]
|
|
custom_minimum_size = Vector2(600, 100)
|
|
layout_mode = 0
|
|
offset_left = 153.0
|
|
offset_top = 346.0
|
|
offset_right = 161.0
|
|
offset_bottom = 346.0
|
|
|
|
[node name="ProductionChart2" parent="ScrollContainer" unique_id=1698529519 instance=ExtResource("3_jd7cj")]
|
|
layout_mode = 2
|
|
|
|
[node name="Control" type="Control" parent="." unique_id=641955392]
|
|
layout_mode = 1
|
|
anchors_preset = 6
|
|
anchor_left = 1.0
|
|
anchor_top = 0.5
|
|
anchor_right = 1.0
|
|
anchor_bottom = 0.5
|
|
offset_left = -145.0
|
|
offset_top = -17.0
|
|
offset_right = -105.0
|
|
offset_bottom = 23.0
|
|
grow_horizontal = 0
|
|
grow_vertical = 2
|
|
|
|
[node name="VBoxContainer" type="VBoxContainer" parent="Control" unique_id=74649172]
|
|
layout_mode = 0
|
|
offset_right = 40.0
|
|
offset_bottom = 40.0
|
|
|
|
[node name="GetCow" type="Button" parent="Control/VBoxContainer" unique_id=1886603156]
|
|
layout_mode = 2
|
|
text = "Get cow"
|
|
|
|
[node name="RunSimulate" type="Button" parent="Control/VBoxContainer" unique_id=158790493]
|
|
layout_mode = 2
|
|
text = "Run simulate"
|
|
|
|
[node name="CurrencyInspectorPanel" parent="." unique_id=169191981 instance=ExtResource("4_7ya5o")]
|
|
layout_mode = 1
|
|
|
|
[connection signal="pressed" from="Control/VBoxContainer/GetCow" to="." method="_on_get_cow_pressed"]
|
|
[connection signal="pressed" from="Control/VBoxContainer/RunSimulate" to="." method="_on_run_simulate_pressed"]
|