mirror of
https://gitlab.com/MaddoScientisto/cirnogodot.git
synced 2026-06-19 05:33:48 +00:00
Changed scaling mode
This commit is contained in:
parent
226bf76895
commit
e7259b0da8
11 changed files with 34 additions and 36 deletions
|
|
@ -151,6 +151,7 @@ show_percentage = false
|
|||
layout_mode = 2
|
||||
text = "100/100"
|
||||
label_settings = ExtResource("2_x7kl7")
|
||||
vertical_alignment = 1
|
||||
|
||||
[node name="ShieldBarContainer" type="HBoxContainer" parent="VBoxContainer"]
|
||||
layout_mode = 2
|
||||
|
|
@ -168,6 +169,7 @@ show_percentage = false
|
|||
layout_mode = 2
|
||||
text = "100/100"
|
||||
label_settings = ExtResource("2_x7kl7")
|
||||
vertical_alignment = 1
|
||||
|
||||
[node name="ItemsContainer" type="VBoxContainer" parent="VBoxContainer"]
|
||||
layout_mode = 2
|
||||
|
|
|
|||
|
|
@ -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")
|
||||
|
|
|
|||
|
|
@ -26,13 +26,11 @@ layout_mode = 2
|
|||
[node name="CheckBox" type="CheckBox" parent="HBoxContainer"]
|
||||
layout_mode = 2
|
||||
theme = ExtResource("2_wqb8e")
|
||||
theme_override_font_sizes/font_size = 14
|
||||
text = "Skip Dialogues"
|
||||
|
||||
[node name="God Mode" type="CheckBox" parent="HBoxContainer"]
|
||||
layout_mode = 2
|
||||
theme = ExtResource("2_wqb8e")
|
||||
theme_override_font_sizes/font_size = 14
|
||||
text = "God Mode
|
||||
"
|
||||
|
||||
|
|
@ -57,7 +55,6 @@ size_flags_vertical = 3
|
|||
[node name="BackButton" type="Button" parent="ScrollContainer/Level Select"]
|
||||
layout_mode = 2
|
||||
theme = ExtResource("2_wqb8e")
|
||||
theme_override_font_sizes/font_size = 10
|
||||
text = "Back"
|
||||
icon = ExtResource("5_1xl3a")
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue