Fixed editor bug
This commit is contained in:
parent
2176e9d798
commit
a46e5eb53a
1 changed files with 2 additions and 2 deletions
|
|
@ -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")
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue