summaryrefslogtreecommitdiff
path: root/hello_signals/demo/Main.tscn
diff options
context:
space:
mode:
authorFredia Huya-Kouadio <fhuya@meta.com>2023-07-02 16:54:41 -0700
committerFredia Huya-Kouadio <fhuya@meta.com>2023-07-02 16:54:41 -0700
commitb1eff319f02106190b64c37610df3fbf3fa61075 (patch)
tree68e7aab48b93fd90f9895b41b21b0987e69dcea1 /hello_signals/demo/Main.tscn
parentf6a336cf56d5d653b05c12fb7f71b5da595e49d4 (diff)
downloadgodot-android-samples-b1eff319f02106190b64c37610df3fbf3fa61075.tar.gz
godot-android-samples-b1eff319f02106190b64c37610df3fbf3fa61075.tar.bz2
godot-android-samples-b1eff319f02106190b64c37610df3fbf3fa61075.zip
Update the 'Hello Signals' Android plugin demo to match the new Godot 4.2 format
See https://github.com/godotengine/godot/pull/78958 for reference.
Diffstat (limited to 'hello_signals/demo/Main.tscn')
-rw-r--r--hello_signals/demo/Main.tscn38
1 files changed, 15 insertions, 23 deletions
diff --git a/hello_signals/demo/Main.tscn b/hello_signals/demo/Main.tscn
index 41e5fb4..2f51657 100644
--- a/hello_signals/demo/Main.tscn
+++ b/hello_signals/demo/Main.tscn
@@ -1,34 +1,26 @@
-[gd_scene load_steps=3 format=2]
+[gd_scene load_steps=3 format=3 uid="uid://bdybkbximkyj2"]
-[ext_resource path="res://Main.gd" type="Script" id=1]
+[ext_resource type="Script" path="res://Main.gd" id="1"]
-[sub_resource type="StyleBoxEmpty" id=1]
+[sub_resource type="StyleBoxEmpty" id="1"]
[node name="Main" type="Node2D"]
-script = ExtResource( 1 )
+script = ExtResource("1")
[node name="Button" type="Button" parent="."]
-margin_left = 90.0
-margin_top = 178.0
-margin_right = 281.0
-margin_bottom = 261.0
-rect_scale = Vector2( 2, 2 )
+offset_left = 90.0
+offset_top = 178.0
+offset_right = 281.0
+offset_bottom = 261.0
+scale = Vector2(2, 2)
text = "Start Timer"
-__meta__ = {
-"_edit_use_anchors_": false
-}
[node name="Label" type="Label" parent="."]
-margin_left = 515.0
-margin_top = 217.0
-margin_right = 591.0
-margin_bottom = 265.0
-rect_scale = Vector2( 2, 2 )
-custom_styles/normal = SubResource( 1 )
+offset_left = 515.0
+offset_top = 217.0
+offset_right = 591.0
+offset_bottom = 265.0
+scale = Vector2(2, 2)
+theme_override_styles/normal = SubResource("1")
text = "00"
-align = 1
-valign = 1
uppercase = true
-__meta__ = {
-"_edit_use_anchors_": false
-}