First commit
This commit is contained in:
43
big_number_museum.tscn
Normal file
43
big_number_museum.tscn
Normal file
@@ -0,0 +1,43 @@
|
||||
[gd_scene format=3 uid="uid://b11eevc8qj18p"]
|
||||
|
||||
[ext_resource type="Script" uid="uid://dtbxopw6ulhl8" path="res://generator/currency_generator.gd" id="1_h2bxk"]
|
||||
[ext_resource type="PackedScene" uid="uid://clu4rn1tl1s8t" path="res://big_number_progress_bar.tscn" id="1_lni8d"]
|
||||
[ext_resource type="Script" uid="uid://coasop1lyw5rh" path="res://big_number_museum.gd" id="1_muwei"]
|
||||
[ext_resource type="Script" uid="uid://sp67wcb6s5nw" path="res://currency_label.gd" id="2_a7k0t"]
|
||||
|
||||
[node name="BigNumberMuseum" type="Control" unique_id=1249411984]
|
||||
layout_mode = 3
|
||||
anchors_preset = 15
|
||||
anchor_right = 1.0
|
||||
anchor_bottom = 1.0
|
||||
grow_horizontal = 2
|
||||
grow_vertical = 2
|
||||
script = ExtResource("1_muwei")
|
||||
|
||||
[node name="VBoxContainer" type="VBoxContainer" parent="." unique_id=1937517070]
|
||||
layout_mode = 0
|
||||
offset_right = 264.0
|
||||
offset_bottom = 111.0
|
||||
|
||||
[node name="Label" type="Label" parent="VBoxContainer" unique_id=1357448839]
|
||||
layout_mode = 2
|
||||
text = "Primary currency"
|
||||
|
||||
[node name="HBoxContainer" type="HBoxContainer" parent="VBoxContainer" unique_id=1592054467]
|
||||
layout_mode = 2
|
||||
theme_override_constants/separation = 126
|
||||
|
||||
[node name="Button" type="Button" parent="VBoxContainer/HBoxContainer" unique_id=2126082317]
|
||||
layout_mode = 2
|
||||
text = "Get Currency"
|
||||
script = ExtResource("1_h2bxk")
|
||||
|
||||
[node name="Label" type="Label" parent="VBoxContainer/HBoxContainer" unique_id=1036299287]
|
||||
layout_mode = 2
|
||||
text = "000"
|
||||
script = ExtResource("2_a7k0t")
|
||||
|
||||
[node name="HBoxContainerAuto" parent="VBoxContainer" unique_id=1174903091 instance=ExtResource("1_lni8d")]
|
||||
layout_mode = 2
|
||||
|
||||
[connection signal="pressed" from="VBoxContainer/HBoxContainer/Button" to="VBoxContainer/HBoxContainer/Button" method="_on_pressed"]
|
||||
Reference in New Issue
Block a user