You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
28 lines
689 B
28 lines
689 B
9 months ago
|
[gd_scene load_steps=2 format=3 uid="uid://dfa86yq8m28rk"]
|
||
|
|
||
|
[ext_resource type="Script" path="res://Example/UsingTest/Script/EGTest.cs" id="1_s8hm3"]
|
||
|
|
||
|
[node name="TestEgFramework" 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_s8hm3")
|
||
|
|
||
|
[node name="Timer" type="Timer" parent="."]
|
||
|
autostart = true
|
||
|
|
||
|
[node name="Label" type="Label" parent="."]
|
||
|
layout_mode = 0
|
||
|
offset_right = 361.0
|
||
|
offset_bottom = 164.0
|
||
|
|
||
|
[node name="Button1" type="Button" parent="."]
|
||
|
layout_mode = 0
|
||
|
offset_right = 50.0
|
||
|
offset_bottom = 50.0
|
||
|
|
||
|
[connection signal="pressed" from="Button1" to="." method="OnButton1Click"]
|