forked from interstellar_development/freettrpg
0a6ff7224a
Second major release, minor tweaks, fully dynamic stats, now requires the official contentpack.
23 lines
592 B
Text
23 lines
592 B
Text
[gd_scene load_steps=2 format=3 uid="uid://b6t6yd7qnid1i"]
|
|
|
|
[ext_resource type="Script" path="res://scripts/createStats.gd" id="1_xsj3b"]
|
|
|
|
[node name="character_creator" type="Control"]
|
|
layout_mode = 3
|
|
anchors_preset = 15
|
|
anchor_right = 1.0
|
|
anchor_bottom = 1.0
|
|
grow_horizontal = 2
|
|
grow_vertical = 2
|
|
script = ExtResource("1_xsj3b")
|
|
|
|
[node name="button" type="Button" parent="."]
|
|
layout_mode = 0
|
|
offset_left = 512.0
|
|
offset_top = 400.0
|
|
offset_right = 638.0
|
|
offset_bottom = 435.0
|
|
scale = Vector2(2, 2)
|
|
text = "Send"
|
|
|
|
[connection signal="pressed" from="button" to="." method="_on_button_pressed"]
|