🍱 Add font
This commit is contained in:
@ -27,7 +27,7 @@ layout_mode = 2
|
||||
[node name="MainTitle" type="Label" parent="CenterContainer/VBoxContainer"]
|
||||
layout_mode = 2
|
||||
text = "AceField
|
||||
Prototype · Closed test"
|
||||
Prototype v0.0.0"
|
||||
horizontal_alignment = 1
|
||||
|
||||
[node name="Spacer" type="BoxContainer" parent="CenterContainer/VBoxContainer"]
|
||||
|
@ -1,6 +1,7 @@
|
||||
[gd_scene load_steps=2 format=3 uid="uid://b8s2m7gujfmp6"]
|
||||
[gd_scene load_steps=3 format=3 uid="uid://b8s2m7gujfmp6"]
|
||||
|
||||
[ext_resource type="Script" path="res://Scripts/UI/LeaderboardRecord.cs" id="1_jc2uj"]
|
||||
[ext_resource type="Theme" uid="uid://b4dcn26i0p6ym" path="res://AceTheme.tres" id="1_mb1ty"]
|
||||
|
||||
[node name="LeaderboardRecord" type="Control"]
|
||||
layout_mode = 3
|
||||
@ -14,6 +15,7 @@ offset_right = 0.12793
|
||||
offset_bottom = 0.0959988
|
||||
grow_horizontal = 2
|
||||
grow_vertical = 2
|
||||
theme = ExtResource("1_mb1ty")
|
||||
script = ExtResource("1_jc2uj")
|
||||
|
||||
[node name="Panel" type="Panel" parent="."]
|
||||
|
Reference in New Issue
Block a user