103 lines
2.7 KiB
Plaintext
103 lines
2.7 KiB
Plaintext
[gd_scene load_steps=6 format=2]
|
|
|
|
[ext_resource path="res://assets/ui/bg.png" type="Texture" id=1]
|
|
[ext_resource path="res://Money.gd" type="Script" id=2]
|
|
[ext_resource path="res://assets/ui/coin.png" type="Texture" id=3]
|
|
[ext_resource path="res://assets/MonoRaccoon.ttf" type="DynamicFontData" id=4]
|
|
|
|
[sub_resource type="DynamicFont" id=1]
|
|
size = 25
|
|
font_data = ExtResource( 4 )
|
|
|
|
[node name="GUI" type="MarginContainer"]
|
|
margin_right = 1282.0
|
|
margin_bottom = 40.0
|
|
__meta__ = {
|
|
"_edit_use_anchors_": false
|
|
}
|
|
|
|
[node name="HBoxContainer" type="HBoxContainer" parent="."]
|
|
margin_right = 1282.0
|
|
margin_bottom = 80.0
|
|
rect_pivot_offset = Vector2( 187.174, 395.14 )
|
|
|
|
[node name="HBoxContainer" type="HBoxContainer" parent="HBoxContainer"]
|
|
margin_right = 140.0
|
|
margin_bottom = 80.0
|
|
|
|
[node name="Time" type="MarginContainer" parent="HBoxContainer/HBoxContainer"]
|
|
margin_right = 140.0
|
|
margin_bottom = 80.0
|
|
|
|
[node name="Background" type="NinePatchRect" parent="HBoxContainer/HBoxContainer/Time"]
|
|
margin_right = 140.0
|
|
margin_bottom = 80.0
|
|
rect_min_size = Vector2( 140, 80 )
|
|
texture = ExtResource( 1 )
|
|
|
|
[node name="TextureRect" type="TextureRect" parent="HBoxContainer/HBoxContainer/Time/Background"]
|
|
margin_left = 8.39193
|
|
margin_top = -0.943878
|
|
margin_right = 52.3919
|
|
margin_bottom = 39.0561
|
|
__meta__ = {
|
|
"_edit_use_anchors_": false
|
|
}
|
|
|
|
[node name="Number" type="Label" parent="HBoxContainer/HBoxContainer/Time/Background"]
|
|
margin_left = 29.0328
|
|
margin_top = 12.4994
|
|
margin_right = 73.0328
|
|
margin_bottom = 26.4994
|
|
text = "asdasd"
|
|
__meta__ = {
|
|
"_edit_use_anchors_": false
|
|
}
|
|
|
|
[node name="Control" type="Control" parent="HBoxContainer"]
|
|
margin_left = 144.0
|
|
margin_right = 1138.0
|
|
margin_bottom = 80.0
|
|
size_flags_horizontal = 3
|
|
|
|
[node name="HBoxContainer2" type="HBoxContainer" parent="HBoxContainer"]
|
|
margin_left = 1142.0
|
|
margin_right = 1282.0
|
|
margin_bottom = 80.0
|
|
|
|
[node name="Money" type="MarginContainer" parent="HBoxContainer/HBoxContainer2"]
|
|
margin_right = 140.0
|
|
margin_bottom = 80.0
|
|
rect_min_size = Vector2( 120, 80 )
|
|
script = ExtResource( 2 )
|
|
|
|
[node name="Background" type="NinePatchRect" parent="HBoxContainer/HBoxContainer2/Money"]
|
|
margin_right = 140.0
|
|
margin_bottom = 80.0
|
|
rect_min_size = Vector2( 140, 80 )
|
|
texture = ExtResource( 1 )
|
|
|
|
[node name="TextureRect" type="TextureRect" parent="HBoxContainer/HBoxContainer2/Money/Background"]
|
|
margin_left = 80.0765
|
|
margin_top = 12.5011
|
|
margin_right = 180.077
|
|
margin_bottom = 112.501
|
|
rect_scale = Vector2( 0.5, 0.5 )
|
|
texture = ExtResource( 3 )
|
|
__meta__ = {
|
|
"_edit_use_anchors_": false
|
|
}
|
|
|
|
[node name="Number" type="Label" parent="HBoxContainer/HBoxContainer2/Money/Background"]
|
|
margin_left = 11.0
|
|
margin_top = 13.0
|
|
margin_right = 77.0
|
|
margin_bottom = 63.0
|
|
custom_fonts/font = SubResource( 1 )
|
|
text = "Test"
|
|
align = 2
|
|
valign = 1
|
|
__meta__ = {
|
|
"_edit_use_anchors_": false
|
|
}
|