add a credit scene
This commit is contained in:
parent
036c42b5bc
commit
78ef008e6a
5 changed files with 94 additions and 23 deletions
|
@ -1,23 +1,8 @@
|
|||
[gd_scene load_steps=5 format=3 uid="uid://1h2urto6y63r"]
|
||||
[gd_scene load_steps=4 format=3 uid="uid://1h2urto6y63r"]
|
||||
|
||||
[ext_resource type="FontFile" uid="uid://d3pbvdemdbxes" path="res://CommodoreSixtyFour.ttf" id="1_1tx2i"]
|
||||
[ext_resource type="Script" path="res://control.gd" id="2_deavt"]
|
||||
|
||||
[sub_resource type="StyleBoxEmpty" id="StyleBoxEmpty_vnp6n"]
|
||||
|
||||
[sub_resource type="Theme" id="Theme_p2nm6"]
|
||||
default_font = ExtResource("1_1tx2i")
|
||||
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")
|
||||
[ext_resource type="Theme" uid="uid://cohbys634cf18" path="res://menu/main_menu/MainMenuTheme.tres" id="1_kkajn"]
|
||||
[ext_resource type="Script" path="res://scripts/menu_main_control.gd" id="2_g8c7b"]
|
||||
|
||||
[node name="MainMenu" type="MarginContainer"]
|
||||
anchors_preset = 15
|
||||
|
@ -25,7 +10,7 @@ anchor_right = 1.0
|
|||
anchor_bottom = 1.0
|
||||
grow_horizontal = 2
|
||||
grow_vertical = 2
|
||||
theme = SubResource("Theme_p2nm6")
|
||||
theme = ExtResource("1_kkajn")
|
||||
|
||||
[node name="ColorRect" type="ColorRect" parent="."]
|
||||
layout_mode = 2
|
||||
|
@ -33,7 +18,7 @@ color = Color(0, 0, 0, 1)
|
|||
|
||||
[node name="Control" type="Control" parent="."]
|
||||
layout_mode = 2
|
||||
script = ExtResource("2_deavt")
|
||||
script = ExtResource("2_g8c7b")
|
||||
|
||||
[node name="VBoxContainer" type="VBoxContainer" parent="Control"]
|
||||
layout_mode = 0
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue