54 lines
2.0 KiB
Plaintext
54 lines
2.0 KiB
Plaintext
[gd_scene format=3 uid="uid://cfryecxmcg8hw"]
|
|
|
|
[ext_resource type="Script" uid="uid://dtbxopw6ulhl8" path="res://generator/currency_generator.gd" id="1_pl17p"]
|
|
[ext_resource type="Resource" uid="uid://co0mcc2kvcpo5" path="res://generator/primary_generator.tres" id="2_x5lt1"]
|
|
[ext_resource type="Resource" uid="uid://04pmc034qupd" path="res://generator/secondary_generator.tres" id="3_dc82g"]
|
|
[ext_resource type="PackedScene" uid="uid://ckos7f22pnmyh" path="res://generator_container.tscn" id="3_pw2a0"]
|
|
[ext_resource type="PackedScene" uid="uid://btkxru2gdjsgc" path="res://currency_tile.tscn" id="3_x5lt1"]
|
|
|
|
[node name="GeneratorMuseum" type="Node2D" unique_id=1219373683]
|
|
|
|
[node name="GoldGenerator" type="Node2D" parent="." unique_id=964187690]
|
|
script = ExtResource("1_pl17p")
|
|
data = ExtResource("2_x5lt1")
|
|
|
|
[node name="GemsGenerator" type="Node2D" parent="." unique_id=931294956]
|
|
script = ExtResource("1_pl17p")
|
|
data = ExtResource("3_dc82g")
|
|
|
|
[node name="UI" type="Control" parent="." unique_id=452530906]
|
|
layout_mode = 3
|
|
anchors_preset = 0
|
|
offset_right = 40.0
|
|
offset_bottom = 40.0
|
|
|
|
[node name="GoldCurrencyTile" parent="UI" unique_id=1440583137 instance=ExtResource("3_x5lt1")]
|
|
layout_mode = 0
|
|
offset_right = 160.0
|
|
offset_bottom = 31.0
|
|
data = ExtResource("2_x5lt1")
|
|
|
|
[node name="GemsCurrencyTile" parent="UI" unique_id=1977342362 instance=ExtResource("3_x5lt1")]
|
|
layout_mode = 0
|
|
offset_top = 28.0
|
|
offset_right = 160.0
|
|
offset_bottom = 59.0
|
|
currency = 1
|
|
data = ExtResource("3_dc82g")
|
|
|
|
[node name="GoldGeneratorContainer" parent="UI" unique_id=1129190041 node_paths=PackedStringArray("_generator") instance=ExtResource("3_pw2a0")]
|
|
layout_mode = 1
|
|
offset_left = -19.0
|
|
offset_top = 53.0
|
|
offset_right = 245.0
|
|
offset_bottom = 218.0
|
|
_generator = NodePath("../../GoldGenerator")
|
|
|
|
[node name="GemsGeneratorContainer" parent="UI" unique_id=1999544736 node_paths=PackedStringArray("_generator") instance=ExtResource("3_pw2a0")]
|
|
layout_mode = 1
|
|
offset_left = -17.0
|
|
offset_top = 215.0
|
|
offset_right = 247.0
|
|
offset_bottom = 380.0
|
|
_generator = NodePath("../../GemsGenerator")
|