From a46e5eb53ad948146d08a16018ea64515570a94c Mon Sep 17 00:00:00 2001 From: 2ndbeam Date: Mon, 6 Nov 2023 10:19:40 +0300 Subject: [PATCH] Fixed editor bug --- scenes/Star.tscn | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/scenes/Star.tscn b/scenes/Star.tscn index d8d2bfc..ed39ae6 100644 --- a/scenes/Star.tscn +++ b/scenes/Star.tscn @@ -8,7 +8,7 @@ [ext_resource type="Texture2D" uid="uid://bm8tx4w1irp7s" path="res://sprites/star/star6.png" id="6_uxgjf"] [ext_resource type="Texture2D" uid="uid://jbcvgid8o5f6" path="res://sprites/star/star7.png" id="7_3kjtu"] [ext_resource type="Texture2D" uid="uid://dgp48jj1knk1y" path="res://sprites/star/star8.png" id="8_5xmav"] -[ext_resource type="Script" path="res://scripts/Star.gd" id="9_dvpaw"] +[ext_resource type="Script" path="res://scripts/objects/Star.gd" id="9_kew3k"] [sub_resource type="SpriteFrames" id="SpriteFrames_oggfj"] animations = [{ @@ -47,4 +47,4 @@ self_modulate = Color(1, 1, 1, 0.501961) z_index = -19 sprite_frames = SubResource("SpriteFrames_oggfj") autoplay = "default" -script = ExtResource("9_dvpaw") +script = ExtResource("9_kew3k")