mirror of
https://gitlab.com/MaddoScientisto/cirnogodot.git
synced 2026-06-22 00:53:48 +00:00
Changed font in credits
This commit is contained in:
parent
90061bad0e
commit
67a27935c3
12 changed files with 70 additions and 53 deletions
|
|
@ -1,17 +1,17 @@
|
|||
[gd_scene load_steps=10 format=3 uid="uid://cmdf7cbqbxedj"]
|
||||
[gd_scene load_steps=11 format=3 uid="uid://cmdf7cbqbxedj"]
|
||||
|
||||
[ext_resource type="Script" uid="uid://bbssj2rkbqysu" path="res://Scripts/UI/CreditsMenu.cs" id="1_7p0um"]
|
||||
[ext_resource type="Resource" uid="uid://cojsc1rtf41i1" path="res://Resources/Credits.tres" id="2_6xeqb"]
|
||||
[ext_resource type="Theme" uid="uid://dnsadvmunm76k" path="res://Resources/Styles/MainMenuButtons.tres" id="2_ahn81"]
|
||||
[ext_resource type="FontFile" uid="uid://ccm3u37q1hvux" path="res://fonts/Xolonium-Regular.ttf" id="3_6xeqb"]
|
||||
[ext_resource type="LabelSettings" uid="uid://buk3e7bbwmnv1" path="res://Resources/Styles/Hud_Text_Style.tres" id="3_xr5nf"]
|
||||
[ext_resource type="LabelSettings" uid="uid://7ul0tkd0h4ff" path="res://Resources/Styles/Silver_Text_Style.tres" id="3_ka72j"]
|
||||
[ext_resource type="Texture2D" uid="uid://b4fhb0wyc5vw" path="res://Sprites/UI/BackIcon.png" id="5_dgb8a"]
|
||||
[ext_resource type="FontFile" uid="uid://cyk27h5aox1n7" path="res://fonts/sector_034.ttf" id="6_ka72j"]
|
||||
[ext_resource type="StyleBox" uid="uid://ctw2hju32l3rg" path="res://Resources/Styles/PixelStyleBoxRed.tres" id="6_v8423"]
|
||||
[ext_resource type="LabelSettings" uid="uid://b7aiiua04uma4" path="res://Resources/Styles/Credits_Section_Style.tres" id="7_5tqy8"]
|
||||
[ext_resource type="LabelSettings" uid="uid://ct4jf3wlfmc4w" path="res://Resources/Styles/Silver_Text.tres" id="8_ka72j"]
|
||||
|
||||
[sub_resource type="LabelSettings" id="LabelSettings_xr5nf"]
|
||||
font = ExtResource("3_6xeqb")
|
||||
font_size = 20
|
||||
font = ExtResource("6_ka72j")
|
||||
outline_size = 4
|
||||
outline_color = Color(0, 0, 0, 1)
|
||||
|
||||
|
|
@ -24,7 +24,7 @@ grow_vertical = 2
|
|||
script = ExtResource("1_7p0um")
|
||||
Credits = ExtResource("2_6xeqb")
|
||||
CreditsContainer = NodePath("ScrollContainer/VBoxContainer")
|
||||
LabelSettings = ExtResource("3_xr5nf")
|
||||
LabelSettings = ExtResource("3_ka72j")
|
||||
|
||||
[node name="HBoxContainer" type="HBoxContainer" parent="."]
|
||||
layout_mode = 2
|
||||
|
|
@ -59,16 +59,17 @@ size_flags_horizontal = 4
|
|||
[node name="Label" type="Label" parent="ScrollContainer/VBoxContainer/HBoxContainer"]
|
||||
layout_mode = 2
|
||||
text = "asdf"
|
||||
label_settings = ExtResource("3_xr5nf")
|
||||
label_settings = ExtResource("3_ka72j")
|
||||
|
||||
[node name="Label2" type="Label" parent="ScrollContainer/VBoxContainer/HBoxContainer"]
|
||||
layout_mode = 2
|
||||
text = "fdas"
|
||||
label_settings = ExtResource("3_xr5nf")
|
||||
label_settings = ExtResource("8_ka72j")
|
||||
|
||||
[node name="Label3" type="Label" parent="ScrollContainer/VBoxContainer/HBoxContainer"]
|
||||
layout_mode = 2
|
||||
text = "gfdsgfdsg"
|
||||
label_settings = ExtResource("3_ka72j")
|
||||
|
||||
[node name="Label4" type="Label" parent="ScrollContainer/VBoxContainer/HBoxContainer"]
|
||||
layout_mode = 2
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue