diff options
author | Zoey Kitt <zoey.kitt@outlook.com> | 2024-11-15 19:31:11 -0600 |
---|---|---|
committer | Zoey Kitt <zoey.kitt@outlook.com> | 2024-11-15 19:31:11 -0600 |
commit | b62bbaac0dd22ba130832292f9248de2e9aa4662 (patch) | |
tree | 9de465780a60a637169f5b090226fac87d4529f2 /scenes/main.tscn | |
parent | cdc892590b112dff319aa29337114cf076fb5cc2 (diff) |
Randomize window position
Diffstat (limited to 'scenes/main.tscn')
-rw-r--r-- | scenes/main.tscn | 5 |
1 files changed, 1 insertions, 4 deletions
diff --git a/scenes/main.tscn b/scenes/main.tscn index 6db30b0..09d1a86 100644 --- a/scenes/main.tscn +++ b/scenes/main.tscn @@ -1,8 +1,7 @@ -[gd_scene load_steps=4 format=3 uid="uid://d06d1vihf2oqp"] +[gd_scene load_steps=3 format=3 uid="uid://d06d1vihf2oqp"] [ext_resource type="Texture2D" uid="uid://b03ygtrwha22g" path="res://taytay/IMG_5199.jpeg" id="1_o2s48"] [ext_resource type="Script" path="res://scenes/main.gd" id="1_y7a0r"] -[ext_resource type="PackedScene" uid="uid://b2awdq32lxnef" path="res://scenes/microgames/microgame_window.tscn" id="3_ehgys"] [node name="Node2D" type="Node2D"] script = ExtResource("1_y7a0r") @@ -12,8 +11,6 @@ position = Vector2(636.307, 381.672) scale = Vector2(0.293995, 0.217148) texture = ExtResource("1_o2s48") -[node name="Window" parent="." instance=ExtResource("3_ehgys")] - [node name="Score" type="Label" parent="."] offset_top = 2.0 offset_right = 83.0 |