Version: 0.0.2

Second major release, minor tweaks, fully dynamic stats, now requires the official contentpack.
This commit is contained in:
Patrick_Pluto 2024-06-15 21:56:18 +02:00
parent e5911fd155
commit 0a6ff7224a
8 changed files with 72 additions and 143 deletions

View file

@ -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

View 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)

View file

@ -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"]

View file

@ -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