mirror of
https://github.com/creyD/ludum_dare_46.git
synced 2026-06-11 21:22:22 +02:00
Added TitleSccreen Scene and added Font
This commit is contained in:
BIN
src/Fonts/Harmonic/Harmonic.ttf
Normal file
BIN
src/Fonts/Harmonic/Harmonic.ttf
Normal file
Binary file not shown.
7
src/Fonts/Harmonic/Harmonic24.tres
Normal file
7
src/Fonts/Harmonic/Harmonic24.tres
Normal file
@@ -0,0 +1,7 @@
|
||||
[gd_resource type="DynamicFont" load_steps=2 format=2]
|
||||
|
||||
[ext_resource path="res://Fonts/Harmonic/Harmonic.ttf" type="DynamicFontData" id=1]
|
||||
|
||||
[resource]
|
||||
size = 24
|
||||
font_data = ExtResource( 1 )
|
||||
31
src/Menus/TitleScreen/TitleScreen.tscn
Normal file
31
src/Menus/TitleScreen/TitleScreen.tscn
Normal file
@@ -0,0 +1,31 @@
|
||||
[gd_scene load_steps=2 format=2]
|
||||
|
||||
[ext_resource path="res://Fonts/Harmonic/Harmonic24.tres" type="DynamicFont" id=1]
|
||||
|
||||
[node name="TitleScreen" type="Control"]
|
||||
anchor_left = -0.00168862
|
||||
anchor_top = -0.003002
|
||||
anchor_right = 0.998311
|
||||
anchor_bottom = 0.996998
|
||||
margin_left = 0.875977
|
||||
margin_right = 0.875977
|
||||
__meta__ = {
|
||||
"_edit_use_anchors_": false
|
||||
}
|
||||
|
||||
[node name="VBoxContainer" type="VBoxContainer" parent="."]
|
||||
margin_right = 40.0
|
||||
margin_bottom = 40.0
|
||||
__meta__ = {
|
||||
"_edit_use_anchors_": false
|
||||
}
|
||||
|
||||
[node name="Label" type="Label" parent="VBoxContainer"]
|
||||
margin_right = 111.0
|
||||
margin_bottom = 24.0
|
||||
custom_fonts/font = ExtResource( 1 )
|
||||
text = "Start Game"
|
||||
__meta__ = {
|
||||
"_edit_use_anchors_": false,
|
||||
"_editor_description_": ""
|
||||
}
|
||||
Reference in New Issue
Block a user