mirror of
https://gitlab.com/MaddoScientisto/cirnogodot.git
synced 2026-06-01 10:05:34 +00:00
New title logo
This commit is contained in:
parent
36e77adcd7
commit
619c35028e
3 changed files with 55 additions and 8 deletions
|
|
@ -1,4 +1,4 @@
|
|||
[gd_scene load_steps=22 format=3 uid="uid://5xajclchk3my"]
|
||||
[gd_scene load_steps=23 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"]
|
||||
|
|
@ -15,13 +15,14 @@
|
|||
[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://cywk6rtvwc62p" path="res://Sprites/UI/NewTitle.png" id="12_7v4os"]
|
||||
[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"]
|
||||
[ext_resource type="FontFile" uid="uid://cyk27h5aox1n7" path="res://fonts/sector_034.ttf" id="14_yxkem"]
|
||||
|
||||
[sub_resource type="AtlasTexture" id="AtlasTexture_aoyqx"]
|
||||
[sub_resource type="AtlasTexture" id="AtlasTexture_quqih"]
|
||||
atlas = ExtResource("9_riqfo")
|
||||
region = Rect2(320, 0, 32, 16)
|
||||
region = Rect2(576, 0, 32, 16)
|
||||
|
||||
[sub_resource type="Theme" id="Theme_c7h4d"]
|
||||
|
||||
|
|
@ -61,12 +62,12 @@ offset_bottom = 61.375
|
|||
texture = ExtResource("2_j4e6a")
|
||||
|
||||
[node name="TitleCrystal" parent="." instance=ExtResource("8_riqfo")]
|
||||
offset_left = 160.36
|
||||
offset_top = 44.855
|
||||
offset_right = 192.36
|
||||
offset_bottom = 60.855
|
||||
offset_left = 154.42
|
||||
offset_top = 40.995
|
||||
offset_right = 186.42
|
||||
offset_bottom = 56.995
|
||||
rotation = 3.14159
|
||||
texture = SubResource("AtlasTexture_aoyqx")
|
||||
texture = SubResource("AtlasTexture_quqih")
|
||||
|
||||
[node name="MarginContainer" type="MarginContainer" parent="."]
|
||||
anchors_preset = 15
|
||||
|
|
@ -137,7 +138,15 @@ layout_mode = 2
|
|||
size_flags_horizontal = 3
|
||||
theme_override_constants/separation = -9
|
||||
|
||||
[node name="TextureRect2" type="TextureRect" parent="MarginContainer/GridContainer/Title/VBoxContainer"]
|
||||
layout_mode = 2
|
||||
size_flags_horizontal = 4
|
||||
size_flags_vertical = 0
|
||||
texture = ExtResource("12_7v4os")
|
||||
stretch_mode = 2
|
||||
|
||||
[node name="Title" type="Label" parent="MarginContainer/GridContainer/Title/VBoxContainer"]
|
||||
visible = false
|
||||
layout_mode = 2
|
||||
theme = SubResource("Theme_c7h4d")
|
||||
theme_override_fonts/font = ExtResource("3_bl0se")
|
||||
|
|
@ -147,6 +156,7 @@ label_settings = ExtResource("7_loo7a")
|
|||
horizontal_alignment = 1
|
||||
|
||||
[node name="SubTitle" type="Label" parent="MarginContainer/GridContainer/Title/VBoxContainer"]
|
||||
visible = false
|
||||
layout_mode = 2
|
||||
size_flags_horizontal = 4
|
||||
size_flags_vertical = 0
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue