shortcuts
This commit is contained in:
@@ -0,0 +1,10 @@
|
||||
extends Node2D
|
||||
|
||||
|
||||
func _ready():
|
||||
await get_tree().create_timer(1.0).timeout # Replace with function body.
|
||||
get_tree().change_scene_to_file("res://scenes/main_menu/MainMenu.tscn")
|
||||
|
||||
|
||||
func _process(delta):
|
||||
pass
|
||||
@@ -0,0 +1,27 @@
|
||||
[gd_scene load_steps=4 format=3 uid="uid://dsimi4xibt3ig"]
|
||||
|
||||
[ext_resource type="Script" path="res://scenes/boot_splash/BootSplash.gd" id="1_qt4f0"]
|
||||
|
||||
[sub_resource type="SystemFont" id="SystemFont_iaru5"]
|
||||
|
||||
[sub_resource type="Theme" id="Theme_cneuf"]
|
||||
default_font = SubResource("SystemFont_iaru5")
|
||||
default_font_size = 120
|
||||
|
||||
[node name="BootSplash" type="Node2D"]
|
||||
script = ExtResource("1_qt4f0")
|
||||
|
||||
[node name="TeletypeGames" type="RichTextLabel" parent="."]
|
||||
anchors_preset = 8
|
||||
anchor_left = 0.5
|
||||
anchor_top = 0.5
|
||||
anchor_right = 0.5
|
||||
anchor_bottom = 0.5
|
||||
offset_left = 112.0
|
||||
offset_top = 224.0
|
||||
offset_right = 1056.0
|
||||
offset_bottom = 416.0
|
||||
grow_horizontal = 2
|
||||
grow_vertical = 2
|
||||
theme = SubResource("Theme_cneuf")
|
||||
text = "Teletype Games"
|
||||
Reference in New Issue
Block a user