hero-mark-2/menus/splash_screen.tscn

29 lines
864 B
Text

[gd_scene load_steps=5 format=2]
[ext_resource path="res://graphics/hud/team_sg_splash.png" type="Texture" id=1]
[ext_resource path="res://menus/splash_screen.gd" type="Script" id=2]
[ext_resource path="res://graphics/hud/godot_splash.png" type="Texture" id=3]
[ext_resource path="res://menus/title_screen.tscn" type="PackedScene" id=4]
[node name="SplashScreen" type="Control"]
anchor_right = 1.0
anchor_bottom = 1.0
script = ExtResource( 2 )
next_screen = ExtResource( 4 )
[node name="ColorRect" type="ColorRect" parent="."]
anchor_right = 1.0
anchor_bottom = 1.0
color = Color( 0, 0, 0, 1 )
[node name="TeamSG" type="TextureRect" parent="."]
visible = false
anchor_right = 1.0
anchor_bottom = 1.0
texture = ExtResource( 1 )
[node name="Godot" type="TextureRect" parent="."]
visible = false
anchor_right = 1.0
anchor_bottom = 1.0
texture = ExtResource( 3 )