23 lines
878 B
Text
23 lines
878 B
Text
[gd_scene load_steps=5 format=2]
|
|
|
|
[ext_resource path="res://Scripts/SplashContainerScript.gd" type="Script" id=1]
|
|
[ext_resource path="res://Scenes/MainScreen.tscn" type="PackedScene" id=2]
|
|
[ext_resource path="res://Splashes/aqua/splash_screen.tscn" type="PackedScene" id=3]
|
|
[ext_resource path="res://Scripts/SplashScreenScript.gd" type="Script" id=4]
|
|
|
|
[node name="SplashContainer" type="Node2D"]
|
|
script = ExtResource( 1 )
|
|
move_to_scene = ExtResource( 2 )
|
|
custom_node/type = 0
|
|
custom_node/default_time = 1.0
|
|
skip/type = 0
|
|
transition_time = 1.0
|
|
fade_color = Color( 1, 1, 1, 1 )
|
|
|
|
[node name="GodotSplash" parent="." instance=ExtResource( 3 )]
|
|
script = ExtResource( 4 )
|
|
logo_path = "res://Images/logo-transparency.png"
|
|
title = "Jessist"
|
|
description = "by StarOpenSource"
|
|
logo_color = Color( 0.839216, 0.0196078, 0.196078, 1 )
|
|
color_wave1 = Color( 0.839216, 0.0196078, 0.196078, 1 )
|