mirror of
https://gitlab.com/MaddoScientisto/cirnogodot.git
synced 2026-06-20 08:13:47 +00:00
Intro Logo
This commit is contained in:
parent
1e9ae23191
commit
b18416c764
8 changed files with 279 additions and 14 deletions
|
|
@ -3,9 +3,9 @@
|
|||
[ext_resource type="Texture2D" uid="uid://p242xo3qxwve" path="res://Sprites/UI/Crystal3.png" id="1_0eskd"]
|
||||
[ext_resource type="Script" uid="uid://w85hem1ec8cq" path="res://Scripts/Tools/AnimatedTextureRect.gd" id="1_n84ak"]
|
||||
|
||||
[sub_resource type="AtlasTexture" id="AtlasTexture_a22na"]
|
||||
[sub_resource type="AtlasTexture" id="AtlasTexture_hqb8r"]
|
||||
atlas = ExtResource("1_0eskd")
|
||||
region = Rect2(160, 0, 32, 16)
|
||||
region = Rect2(736, 0, 32, 16)
|
||||
|
||||
[sub_resource type="AtlasTexture" id="AtlasTexture_rs5p5"]
|
||||
atlas = ExtResource("1_0eskd")
|
||||
|
|
@ -27,6 +27,10 @@ region = Rect2(96, 0, 32, 16)
|
|||
atlas = ExtResource("1_0eskd")
|
||||
region = Rect2(128, 0, 32, 16)
|
||||
|
||||
[sub_resource type="AtlasTexture" id="AtlasTexture_a22na"]
|
||||
atlas = ExtResource("1_0eskd")
|
||||
region = Rect2(160, 0, 32, 16)
|
||||
|
||||
[sub_resource type="AtlasTexture" id="AtlasTexture_hbsma"]
|
||||
atlas = ExtResource("1_0eskd")
|
||||
region = Rect2(192, 0, 32, 16)
|
||||
|
|
@ -95,10 +99,6 @@ region = Rect2(672, 0, 32, 16)
|
|||
atlas = ExtResource("1_0eskd")
|
||||
region = Rect2(704, 0, 32, 16)
|
||||
|
||||
[sub_resource type="AtlasTexture" id="AtlasTexture_hqb8r"]
|
||||
atlas = ExtResource("1_0eskd")
|
||||
region = Rect2(736, 0, 32, 16)
|
||||
|
||||
[sub_resource type="AtlasTexture" id="AtlasTexture_iudy4"]
|
||||
atlas = ExtResource("1_0eskd")
|
||||
region = Rect2(768, 0, 32, 16)
|
||||
|
|
@ -222,6 +222,6 @@ animations = [{
|
|||
}]
|
||||
|
||||
[node name="TitleCrystal" type="TextureRect"]
|
||||
texture = SubResource("AtlasTexture_a22na")
|
||||
texture = SubResource("AtlasTexture_hqb8r")
|
||||
script = ExtResource("1_n84ak")
|
||||
Frames = SubResource("SpriteFrames_xxm62")
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue