Initial commit (1/2)
This commit is contained in:
commit
3411c5796d
66 changed files with 2261 additions and 0 deletions
50
scenes/Star.tscn
Normal file
50
scenes/Star.tscn
Normal file
|
|
@ -0,0 +1,50 @@
|
|||
[gd_scene load_steps=11 format=3 uid="uid://kyuhwil8vq7n"]
|
||||
|
||||
[ext_resource type="Texture2D" uid="uid://bf8treonq7va1" path="res://sprites/star/star1.png" id="1_g74du"]
|
||||
[ext_resource type="Texture2D" uid="uid://dbl6rw04dnuho" path="res://sprites/star/star2.png" id="2_pxcya"]
|
||||
[ext_resource type="Texture2D" uid="uid://vndhtc8ymg2k" path="res://sprites/star/star3.png" id="3_plj80"]
|
||||
[ext_resource type="Texture2D" uid="uid://cays6dmt6ucv7" path="res://sprites/star/star4.png" id="4_21ld8"]
|
||||
[ext_resource type="Texture2D" uid="uid://du274dr3lf2es" path="res://sprites/star/star5.png" id="5_pyjfw"]
|
||||
[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"]
|
||||
|
||||
[sub_resource type="SpriteFrames" id="SpriteFrames_oggfj"]
|
||||
animations = [{
|
||||
"frames": [{
|
||||
"duration": 1.0,
|
||||
"texture": ExtResource("1_g74du")
|
||||
}, {
|
||||
"duration": 1.0,
|
||||
"texture": ExtResource("2_pxcya")
|
||||
}, {
|
||||
"duration": 1.0,
|
||||
"texture": ExtResource("3_plj80")
|
||||
}, {
|
||||
"duration": 1.0,
|
||||
"texture": ExtResource("4_21ld8")
|
||||
}, {
|
||||
"duration": 1.0,
|
||||
"texture": ExtResource("5_pyjfw")
|
||||
}, {
|
||||
"duration": 1.0,
|
||||
"texture": ExtResource("6_uxgjf")
|
||||
}, {
|
||||
"duration": 1.0,
|
||||
"texture": ExtResource("7_3kjtu")
|
||||
}, {
|
||||
"duration": 1.0,
|
||||
"texture": ExtResource("8_5xmav")
|
||||
}],
|
||||
"loop": true,
|
||||
"name": &"default",
|
||||
"speed": 8.0
|
||||
}]
|
||||
|
||||
[node name="Star" type="AnimatedSprite2D"]
|
||||
self_modulate = Color(1, 1, 1, 0.501961)
|
||||
z_index = -19
|
||||
sprite_frames = SubResource("SpriteFrames_oggfj")
|
||||
autoplay = "default"
|
||||
script = ExtResource("9_dvpaw")
|
||||
Loading…
Add table
Add a link
Reference in a new issue