31 lines
907 B
Text
31 lines
907 B
Text
[gd_scene load_steps=3 format=2]
|
|
|
|
[ext_resource path="res://scenes/creature_creation/property_box.gd" type="Script" id=1]
|
|
[ext_resource path="res://ressources/themes/creature_creation.tres" type="Theme" id=2]
|
|
|
|
[node name="control" type="HBoxContainer"]
|
|
anchor_right = 1.0
|
|
anchor_bottom = 1.0
|
|
size_flags_horizontal = 3
|
|
size_flags_vertical = 0
|
|
theme = ExtResource( 2 )
|
|
script = ExtResource( 1 )
|
|
__meta__ = {
|
|
"_edit_use_anchors_": false
|
|
}
|
|
|
|
[node name="label" type="Label" parent="."]
|
|
margin_right = 54.0
|
|
margin_bottom = 14.0
|
|
size_flags_horizontal = 9
|
|
size_flags_vertical = 0
|
|
text = "Property"
|
|
|
|
[node name="property" type="HSlider" parent="."]
|
|
margin_left = 58.0
|
|
margin_right = 1280.0
|
|
margin_bottom = 16.0
|
|
size_flags_horizontal = 3
|
|
|
|
[connection signal="changed" from="property" to="." method="_on_property_changed"]
|
|
[connection signal="value_changed" from="property" to="." method="_on_property_value_changed"]
|