132 lines
3.6 KiB
Plaintext
132 lines
3.6 KiB
Plaintext
[gd_scene load_steps=14 format=2]
|
|
|
|
[ext_resource path="res://assets/sprites/smelter.tres" type="Texture" id=1]
|
|
[ext_resource path="res://assets/sprites/welder.tres" type="Texture" id=2]
|
|
[ext_resource path="res://assets/sprites/lathe.tres" type="Texture" id=3]
|
|
[ext_resource path="res://assets/sprites/forge.tres" type="Texture" id=4]
|
|
[ext_resource path="res://bgm_slider.gd" type="Script" id=5]
|
|
[ext_resource path="res://assets/sprites/cursor_16.tres" type="Texture" id=6]
|
|
[ext_resource path="res://assets/sprites/channel.tres" type="Texture" id=7]
|
|
[ext_resource path="res://assets/sprites/belt.tres" type="Texture" id=8]
|
|
[ext_resource path="res://assets/sprites/2x2belt.tres" type="Texture" id=9]
|
|
[ext_resource path="res://assets/UI_Hotbar_Label.tres" type="DynamicFont" id=10]
|
|
[ext_resource path="res://assets/sprites/downarrow.png" type="Texture" id=11]
|
|
|
|
[sub_resource type="StyleBoxFlat" id=1]
|
|
bg_color = Color( 0.117647, 0.117647, 0.117647, 1 )
|
|
border_width_left = 8
|
|
border_width_top = 2
|
|
border_width_right = 8
|
|
border_width_bottom = 2
|
|
border_color = Color( 0.654902, 0.654902, 0.654902, 1 )
|
|
corner_detail = 2
|
|
shadow_size = 2
|
|
|
|
[sub_resource type="StyleBoxFlat" id=2]
|
|
bg_color = Color( 0.74902, 0.709804, 0.976471, 1 )
|
|
|
|
[node name="Hotbar" type="HBoxContainer"]
|
|
show_behind_parent = true
|
|
anchor_top = 1.0
|
|
anchor_right = 1.0
|
|
anchor_bottom = 1.0
|
|
grow_vertical = 0
|
|
size_flags_horizontal = 3
|
|
size_flags_vertical = 4
|
|
__meta__ = {
|
|
"_edit_lock_": true,
|
|
"_edit_use_anchors_": false
|
|
}
|
|
|
|
[node name="Cursor" type="TextureRect" parent="."]
|
|
show_behind_parent = true
|
|
margin_right = 16.0
|
|
margin_bottom = 16.0
|
|
texture = ExtResource( 6 )
|
|
|
|
[node name="Belt" type="TextureRect" parent="."]
|
|
show_behind_parent = true
|
|
margin_left = 20.0
|
|
margin_right = 28.0
|
|
margin_bottom = 16.0
|
|
texture = ExtResource( 8 )
|
|
|
|
[node name="Channel" type="TextureRect" parent="."]
|
|
show_behind_parent = true
|
|
margin_left = 32.0
|
|
margin_right = 40.0
|
|
margin_bottom = 16.0
|
|
texture = ExtResource( 7 )
|
|
|
|
[node name="Widebelt" type="TextureRect" parent="."]
|
|
show_behind_parent = true
|
|
margin_left = 44.0
|
|
margin_right = 60.0
|
|
margin_bottom = 16.0
|
|
texture = ExtResource( 9 )
|
|
|
|
[node name="Smelter" type="TextureRect" parent="."]
|
|
show_behind_parent = true
|
|
margin_left = 64.0
|
|
margin_right = 88.0
|
|
margin_bottom = 16.0
|
|
texture = ExtResource( 1 )
|
|
|
|
[node name="Forge" type="TextureRect" parent="."]
|
|
show_behind_parent = true
|
|
margin_left = 92.0
|
|
margin_right = 116.0
|
|
margin_bottom = 16.0
|
|
texture = ExtResource( 4 )
|
|
|
|
[node name="Lathe" type="TextureRect" parent="."]
|
|
show_behind_parent = true
|
|
margin_left = 120.0
|
|
margin_right = 152.0
|
|
margin_bottom = 16.0
|
|
texture = ExtResource( 3 )
|
|
|
|
[node name="Welder" type="TextureRect" parent="."]
|
|
show_behind_parent = true
|
|
margin_left = 156.0
|
|
margin_right = 188.0
|
|
margin_bottom = 16.0
|
|
texture = ExtResource( 2 )
|
|
|
|
[node name="BGMSlider" type="HBoxContainer" parent="."]
|
|
show_behind_parent = true
|
|
margin_left = 192.0
|
|
margin_right = 360.0
|
|
margin_bottom = 16.0
|
|
size_flags_horizontal = 3
|
|
size_flags_vertical = 4
|
|
__meta__ = {
|
|
"_edit_use_anchors_": false
|
|
}
|
|
|
|
[node name="Label" type="Label" parent="BGMSlider"]
|
|
show_behind_parent = true
|
|
margin_right = 25.0
|
|
margin_bottom = 16.0
|
|
custom_fonts/font = ExtResource( 10 )
|
|
custom_constants/line_spacing = -1
|
|
text = "BGM"
|
|
|
|
[node name="HSlider" type="HSlider" parent="BGMSlider"]
|
|
show_behind_parent = true
|
|
margin_left = 29.0
|
|
margin_top = 5.0
|
|
margin_right = 168.0
|
|
margin_bottom = 10.0
|
|
size_flags_horizontal = 3
|
|
size_flags_vertical = 4
|
|
custom_icons/grabber_disabled = ExtResource( 11 )
|
|
custom_icons/grabber_highlight = ExtResource( 11 )
|
|
custom_icons/grabber = ExtResource( 11 )
|
|
custom_styles/slider = SubResource( 1 )
|
|
custom_styles/grabber_area = SubResource( 2 )
|
|
max_value = 1.0
|
|
step = 0.01
|
|
value = 0.5
|
|
script = ExtResource( 5 )
|