diff options
author | Fredia Huya-Kouadio <fhuya@meta.com> | 2023-07-14 13:46:24 -0700 |
---|---|---|
committer | Fredia Huya-Kouadio <fhuya@meta.com> | 2023-07-14 13:46:24 -0700 |
commit | b4844e98619766232645d70f80a29c2a53bc2709 (patch) | |
tree | 500a6deee2dfbd36f4356d69a2d5cb762314b03f /hello_world/demo/Main.tscn | |
parent | 1d19d5912d1ac5bfa3cf6cc30f086aee8f0464f2 (diff) | |
download | godot-android-samples-b4844e98619766232645d70f80a29c2a53bc2709.tar.gz godot-android-samples-b4844e98619766232645d70f80a29c2a53bc2709.tar.bz2 godot-android-samples-b4844e98619766232645d70f80a29c2a53bc2709.zip |
Update the directory structure to make room for additional Godot Android samples besides plugins
Diffstat (limited to 'hello_world/demo/Main.tscn')
-rw-r--r-- | hello_world/demo/Main.tscn | 19 |
1 files changed, 0 insertions, 19 deletions
diff --git a/hello_world/demo/Main.tscn b/hello_world/demo/Main.tscn deleted file mode 100644 index 57d3eb0..0000000 --- a/hello_world/demo/Main.tscn +++ /dev/null @@ -1,19 +0,0 @@ -[gd_scene load_steps=2 format=3 uid="uid://bgtr75kiyu5fh"] - -[ext_resource type="Script" path="res://Main.gd" id="1"] - -[node name="Main" type="Node2D"] -script = ExtResource("1") - -[node name="Button" type="Button" parent="."] -anchors_preset = 14 -anchor_top = 0.5 -anchor_right = 1.0 -anchor_bottom = 0.5 -offset_left = 40.0 -offset_top = 250.0 -offset_right = 320.0 -offset_bottom = 312.0 -text = "Hello World" - -[connection signal="pressed" from="Button" to="." method="_on_Button_pressed"] |