Files
godot-demo-projects/plugins/addons/main_screen/main_panel.tscn
Hugo Locurcio 4d49bbd1b8 Update demos for Godot 4.4
- Resave all files with Godot 4.4 to make use of script/shader UIDs.
- Use AgX tonemapping in all demos that used a tonemapper other than Linear.
2025-03-21 02:00:41 +01:00

20 lines
577 B
Plaintext

[gd_scene load_steps=2 format=3 uid="uid://b8623u0gk1acu"]
[ext_resource type="Script" uid="uid://dc5r7etu3vh33" path="res://addons/main_screen/print_hello.gd" id="1"]
[node name="MainPanel" type="CenterContainer"]
anchors_preset = 15
anchor_right = 1.0
anchor_bottom = 1.0
grow_horizontal = 2
grow_vertical = 2
size_flags_vertical = 3
[node name="PrintHello" type="Button" parent="."]
layout_mode = 2
text = "Print Hello
(check Output bottom panel)"
script = ExtResource("1")
[connection signal="pressed" from="PrintHello" to="PrintHello" method="_on_PrintHello_pressed"]