From b62bbaac0dd22ba130832292f9248de2e9aa4662 Mon Sep 17 00:00:00 2001 From: Zoey Kitt Date: Fri, 15 Nov 2024 19:31:11 -0600 Subject: Randomize window position --- scenes/main.tscn | 5 +---- 1 file changed, 1 insertion(+), 4 deletions(-) (limited to 'scenes/main.tscn') 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 -- cgit v1.2.3