Adds missing data
This commit is contained in:
parent
e6391d9fdd
commit
53cdcc3433
620 changed files with 47293 additions and 151 deletions
44
addons/cyclops_level_builder/controls/numeric_line_edit.tscn
Normal file
44
addons/cyclops_level_builder/controls/numeric_line_edit.tscn
Normal file
|
|
@ -0,0 +1,44 @@
|
|||
[gd_scene load_steps=5 format=3 uid="uid://diibmlqy1mpqb"]
|
||||
|
||||
[ext_resource type="Script" path="res://addons/cyclops_level_builder/controls/numeric_line_edit.gd" id="1_u8bpo"]
|
||||
|
||||
[sub_resource type="StyleBoxFlat" id="StyleBoxFlat_o7f15"]
|
||||
bg_color = Color(0.0627451, 0.0627451, 0.0627451, 1)
|
||||
|
||||
[sub_resource type="Theme" id="Theme_cw2vs"]
|
||||
Label/styles/normal = SubResource("StyleBoxFlat_o7f15")
|
||||
|
||||
[sub_resource type="StyleBoxEmpty" id="StyleBoxEmpty_8gfnv"]
|
||||
content_margin_left = 4.0
|
||||
content_margin_top = 4.0
|
||||
content_margin_right = 4.0
|
||||
content_margin_bottom = 4.0
|
||||
|
||||
[node name="numeric_line_edit" type="PanelContainer"]
|
||||
offset_right = 476.0
|
||||
offset_bottom = 23.0
|
||||
script = ExtResource("1_u8bpo")
|
||||
snap_size = 0.125
|
||||
|
||||
[node name="HBoxContainer" type="HBoxContainer" parent="."]
|
||||
layout_mode = 2
|
||||
|
||||
[node name="line_input" type="LineEdit" parent="HBoxContainer"]
|
||||
unique_name_in_owner = true
|
||||
visible = false
|
||||
layout_mode = 2
|
||||
size_flags_horizontal = 3
|
||||
text = "0"
|
||||
alignment = 2
|
||||
select_all_on_focus = true
|
||||
|
||||
[node name="line_display" type="Label" parent="HBoxContainer"]
|
||||
unique_name_in_owner = true
|
||||
layout_mode = 2
|
||||
size_flags_horizontal = 3
|
||||
theme = SubResource("Theme_cw2vs")
|
||||
theme_override_styles/normal = SubResource("StyleBoxEmpty_8gfnv")
|
||||
text = "0"
|
||||
horizontal_alignment = 2
|
||||
|
||||
[connection signal="text_submitted" from="HBoxContainer/line_input" to="." method="_on_line_edit_text_submitted"]
|
||||
Loading…
Add table
Add a link
Reference in a new issue