Version: 0.0.2
Second major release, minor tweaks, fully dynamic stats, now requires the official contentpack.
This commit is contained in:
parent
e5911fd155
commit
0a6ff7224a
8 changed files with 72 additions and 143 deletions
|
@ -11,37 +11,6 @@ grow_horizontal = 2
|
|||
grow_vertical = 2
|
||||
script = ExtResource("1_xsj3b")
|
||||
|
||||
[node name="input_name" type="TextEdit" parent="."]
|
||||
offset_left = 16.0
|
||||
offset_top = 72.0
|
||||
offset_right = 272.0
|
||||
offset_bottom = 112.0
|
||||
placeholder_text = "Name"
|
||||
|
||||
[node name="input_id" type="TextEdit" parent="."]
|
||||
layout_mode = 0
|
||||
offset_left = 16.0
|
||||
offset_top = 16.0
|
||||
offset_right = 272.0
|
||||
offset_bottom = 56.0
|
||||
placeholder_text = "ID"
|
||||
|
||||
[node name="input_hp" type="TextEdit" parent="."]
|
||||
layout_mode = 0
|
||||
offset_left = 16.0
|
||||
offset_top = 128.0
|
||||
offset_right = 272.0
|
||||
offset_bottom = 168.0
|
||||
placeholder_text = "HP"
|
||||
|
||||
[node name="input_level" type="TextEdit" parent="."]
|
||||
layout_mode = 0
|
||||
offset_left = 16.0
|
||||
offset_top = 184.0
|
||||
offset_right = 272.0
|
||||
offset_bottom = 224.0
|
||||
placeholder_text = "Level"
|
||||
|
||||
[node name="button" type="Button" parent="."]
|
||||
layout_mode = 0
|
||||
offset_left = 512.0
|
||||
|
|
6
scenes/menu/input-output.tscn
Normal file
6
scenes/menu/input-output.tscn
Normal file
|
@ -0,0 +1,6 @@
|
|||
[gd_scene format=3 uid="uid://rkl6u7cdusys"]
|
||||
|
||||
[node name="Input-output" type="TextEdit"]
|
||||
offset_right = 168.0
|
||||
offset_bottom = 40.0
|
||||
scale = Vector2(2, 2)
|
|
@ -42,7 +42,7 @@ offset_top = 432.0
|
|||
offset_right = 592.0
|
||||
offset_bottom = 455.0
|
||||
scale = Vector2(3, 3)
|
||||
text = "Version: 0.0.1"
|
||||
text = "Version: 0.0.2"
|
||||
|
||||
[connection signal="pressed" from="Button" to="." method="_on_button_pressed"]
|
||||
[connection signal="pressed" from="Button2" to="." method="_on_button_2_pressed"]
|
||||
|
|
|
@ -11,41 +11,6 @@ grow_horizontal = 2
|
|||
grow_vertical = 2
|
||||
script = ExtResource("1_dcehj")
|
||||
|
||||
[node name="input_id" type="TextEdit" parent="."]
|
||||
layout_mode = 0
|
||||
offset_left = 16.0
|
||||
offset_top = 16.0
|
||||
offset_right = 272.0
|
||||
offset_bottom = 56.0
|
||||
placeholder_text = "ID"
|
||||
|
||||
[node name="output_name" type="TextEdit" parent="."]
|
||||
layout_mode = 0
|
||||
offset_left = 16.0
|
||||
offset_top = 72.0
|
||||
offset_right = 272.0
|
||||
offset_bottom = 112.0
|
||||
placeholder_text = "Name"
|
||||
editable = false
|
||||
|
||||
[node name="output_hp" type="TextEdit" parent="."]
|
||||
layout_mode = 0
|
||||
offset_left = 16.0
|
||||
offset_top = 128.0
|
||||
offset_right = 272.0
|
||||
offset_bottom = 168.0
|
||||
placeholder_text = "HP"
|
||||
editable = false
|
||||
|
||||
[node name="output_level" type="TextEdit" parent="."]
|
||||
layout_mode = 0
|
||||
offset_left = 16.0
|
||||
offset_top = 184.0
|
||||
offset_right = 272.0
|
||||
offset_bottom = 224.0
|
||||
placeholder_text = "Level"
|
||||
editable = false
|
||||
|
||||
[node name="button" type="Button" parent="."]
|
||||
layout_mode = 0
|
||||
offset_left = 512.0
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue