freettrpg/scenes/menu/view.tscn
Patrick_Pluto 21bcce37fa Version: 0.0.3
Slight code fixups and changed some map stuff, Also added a stat viewer for the current player in the game itself.
2024-06-16 19:32:19 +02:00

23 lines
587 B
Text

[gd_scene load_steps=2 format=3 uid="uid://btl7r0wvecyd3"]
[ext_resource type="Script" path="res://scripts/getStats.gd" id="1_dcehj"]
[node name="characterVsiewer" 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_dcehj")
[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 = "Get"
[connection signal="pressed" from="button" to="." method="_on_button_pressed"]