mirror of
https://gitlab.com/MaddoScientisto/cirnogodot.git
synced 2026-06-22 17:03:47 +00:00
Changed scaling mode
This commit is contained in:
parent
226bf76895
commit
e7259b0da8
11 changed files with 34 additions and 36 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_y7grm"]
|
||||
[sub_resource type="AtlasTexture" id="AtlasTexture_a22na"]
|
||||
atlas = ExtResource("1_0eskd")
|
||||
region = Rect2(640, 0, 32, 16)
|
||||
region = Rect2(160, 0, 32, 16)
|
||||
|
||||
[sub_resource type="AtlasTexture" id="AtlasTexture_rs5p5"]
|
||||
atlas = ExtResource("1_0eskd")
|
||||
|
|
@ -27,10 +27,6 @@ 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)
|
||||
|
|
@ -87,6 +83,10 @@ region = Rect2(576, 0, 32, 16)
|
|||
atlas = ExtResource("1_0eskd")
|
||||
region = Rect2(608, 0, 32, 16)
|
||||
|
||||
[sub_resource type="AtlasTexture" id="AtlasTexture_y7grm"]
|
||||
atlas = ExtResource("1_0eskd")
|
||||
region = Rect2(640, 0, 32, 16)
|
||||
|
||||
[sub_resource type="AtlasTexture" id="AtlasTexture_ayuam"]
|
||||
atlas = ExtResource("1_0eskd")
|
||||
region = Rect2(672, 0, 32, 16)
|
||||
|
|
@ -222,6 +222,6 @@ animations = [{
|
|||
}]
|
||||
|
||||
[node name="TitleCrystal" type="TextureRect"]
|
||||
texture = SubResource("AtlasTexture_y7grm")
|
||||
texture = SubResource("AtlasTexture_a22na")
|
||||
script = ExtResource("1_n84ak")
|
||||
Frames = SubResource("SpriteFrames_xxm62")
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue