add a credit scene
This commit is contained in:
parent
036c42b5bc
commit
78ef008e6a
5 changed files with 94 additions and 23 deletions
19
gmtk_2024/menu/main_menu/MainMenuTheme.tres
Normal file
19
gmtk_2024/menu/main_menu/MainMenuTheme.tres
Normal file
|
@ -0,0 +1,19 @@
|
|||
[gd_resource type="Theme" load_steps=3 format=3 uid="uid://cohbys634cf18"]
|
||||
|
||||
[ext_resource type="FontFile" uid="uid://d3pbvdemdbxes" path="res://CommodoreSixtyFour.ttf" id="1_ep67t"]
|
||||
|
||||
[sub_resource type="StyleBoxEmpty" id="StyleBoxEmpty_vnp6n"]
|
||||
|
||||
[resource]
|
||||
default_font = ExtResource("1_ep67t")
|
||||
Button/colors/font_color = Color(0, 1, 0, 1)
|
||||
Label/colors/font_color = Color(0, 1, 0, 1)
|
||||
Label/colors/font_outline_color = Color(0, 0, 0, 1)
|
||||
Label/colors/font_shadow_color = Color(0, 0, 0, 0)
|
||||
Label/constants/line_spacing = 3
|
||||
Label/constants/outline_size = 0
|
||||
Label/constants/shadow_offset_x = 1
|
||||
Label/constants/shadow_offset_y = 1
|
||||
Label/constants/shadow_outline_size = 1
|
||||
Label/font_sizes/font_size = 16
|
||||
Label/styles/normal = SubResource("StyleBoxEmpty_vnp6n")
|
Loading…
Add table
Add a link
Reference in a new issue