mirror of
https://gitlab.com/MaddoScientisto/cirnogodot.git
synced 2026-06-15 03:33:46 +00:00
Merge branch 'master' of gitlab.com:MaddoScientisto/cirnogodot
This commit is contained in:
commit
a4b39a97dc
11 changed files with 99 additions and 22 deletions
|
|
@ -1,6 +1,7 @@
|
|||
[gd_scene load_steps=5 format=3 uid="uid://chkpk7erlqajg"]
|
||||
[gd_scene load_steps=6 format=3 uid="uid://chkpk7erlqajg"]
|
||||
|
||||
[ext_resource type="Texture2D" uid="uid://dde36pgb8fbwc" path="res://Sprites/selector_big.png" id="1_cc7mb"]
|
||||
[ext_resource type="Script" path="res://Scripts/Selector.cs" id="1_pp2dj"]
|
||||
|
||||
[sub_resource type="AtlasTexture" id="AtlasTexture_gc2o5"]
|
||||
atlas = ExtResource("1_cc7mb")
|
||||
|
|
@ -25,10 +26,11 @@ animations = [{
|
|||
}]
|
||||
|
||||
[node name="Selector" type="Node2D"]
|
||||
top_level = true
|
||||
z_index = 100
|
||||
z_as_relative = false
|
||||
script = ExtResource("1_pp2dj")
|
||||
|
||||
[node name="AnimatedSprite2D" type="AnimatedSprite2D" parent="."]
|
||||
top_level = true
|
||||
z_index = -5
|
||||
sprite_frames = SubResource("SpriteFrames_kehny")
|
||||
frame_progress = 0.78335
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue