mirror of
https://gitlab.com/MaddoScientisto/cirnogodot.git
synced 2026-06-15 23: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
|
|
@ -1,4 +1,4 @@
|
|||
[gd_scene load_steps=21 format=3 uid="uid://5xajclchk3my"]
|
||||
[gd_scene load_steps=20 format=3 uid="uid://5xajclchk3my"]
|
||||
|
||||
[ext_resource type="Script" uid="uid://dql102fvubniv" path="res://Scripts/MainMenu.cs" id="1_702nk"]
|
||||
[ext_resource type="PackedScene" uid="uid://c84shrj84g4t2" path="res://Scenes/HUD/MusicRoom.tscn" id="2_if7li"]
|
||||
|
|
@ -14,20 +14,16 @@
|
|||
[ext_resource type="PackedScene" uid="uid://b3tyacxxw88lx" path="res://Scenes/Utils/StreamPlayerWithName.tscn" id="8_koqhg"]
|
||||
[ext_resource type="PackedScene" uid="uid://bmj8t4pou6608" path="res://Scenes/HUD/TitleCrystal.tscn" id="8_riqfo"]
|
||||
[ext_resource type="PackedScene" uid="uid://bemu3l6b1e84y" path="res://Scenes/HUD/debug_menu.tscn" id="9_nwlsr"]
|
||||
[ext_resource type="Texture2D" uid="uid://p242xo3qxwve" path="res://Sprites/UI/Crystal3.png" id="9_riqfo"]
|
||||
[ext_resource type="Texture2D" uid="uid://cv1fmski5dvhk" path="res://Sprites/Briefing/Intro/robot pov/l1_robot pov1.png" id="12_7467j"]
|
||||
[ext_resource type="Resource" uid="uid://byo74ews118nl" path="res://Resources/Music/No_Reason.tres" id="13_fh7cp"]
|
||||
|
||||
[sub_resource type="AtlasTexture" id="AtlasTexture_cy8ro"]
|
||||
atlas = ExtResource("9_riqfo")
|
||||
region = Rect2(96, 0, 32, 16)
|
||||
[ext_resource type="FontFile" uid="uid://cyk27h5aox1n7" path="res://fonts/sector_034.ttf" id="14_yxkem"]
|
||||
|
||||
[sub_resource type="Theme" id="Theme_c7h4d"]
|
||||
|
||||
[sub_resource type="LabelSettings" id="LabelSettings_htmja"]
|
||||
line_spacing = 2.0
|
||||
font = ExtResource("3_bl0se")
|
||||
font_size = 12
|
||||
font = ExtResource("14_yxkem")
|
||||
font_size = 7
|
||||
outline_size = 4
|
||||
outline_color = Color(0, 0, 0, 1)
|
||||
|
||||
|
|
@ -61,11 +57,10 @@ texture = ExtResource("2_j4e6a")
|
|||
|
||||
[node name="TitleCrystal" parent="." instance=ExtResource("8_riqfo")]
|
||||
offset_left = 160.36
|
||||
offset_top = 48.765
|
||||
offset_top = 44.855
|
||||
offset_right = 192.36
|
||||
offset_bottom = 64.765
|
||||
offset_bottom = 60.855
|
||||
rotation = 3.14159
|
||||
texture = SubResource("AtlasTexture_cy8ro")
|
||||
|
||||
[node name="MarginContainer" type="MarginContainer" parent="."]
|
||||
anchors_preset = 15
|
||||
|
|
@ -136,7 +131,7 @@ layout_mode = 2
|
|||
size_flags_horizontal = 3
|
||||
theme_override_constants/separation = -9
|
||||
|
||||
[node name="Label" type="Label" parent="MarginContainer/GridContainer/Title/VBoxContainer"]
|
||||
[node name="Title" type="Label" parent="MarginContainer/GridContainer/Title/VBoxContainer"]
|
||||
layout_mode = 2
|
||||
theme = SubResource("Theme_c7h4d")
|
||||
theme_override_fonts/font = ExtResource("3_bl0se")
|
||||
|
|
@ -145,7 +140,7 @@ text = "CIRNO"
|
|||
label_settings = ExtResource("7_loo7a")
|
||||
horizontal_alignment = 1
|
||||
|
||||
[node name="Label2" type="Label" parent="MarginContainer/GridContainer/Title/VBoxContainer"]
|
||||
[node name="SubTitle" type="Label" parent="MarginContainer/GridContainer/Title/VBoxContainer"]
|
||||
layout_mode = 2
|
||||
size_flags_horizontal = 4
|
||||
size_flags_vertical = 0
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue