16 lines
437 B
Text
16 lines
437 B
Text
[gd_scene load_steps=3 format=2]
|
|
|
|
[ext_resource path="res://Scenes/Scripts/SplashScreen.gd" type="Script" id=1]
|
|
[ext_resource path="res://UIAssets/splash.png" type="Texture" id=2]
|
|
|
|
[node name="Control" type="Control"]
|
|
anchor_right = 1.0
|
|
anchor_bottom = 1.0
|
|
script = ExtResource( 1 )
|
|
|
|
[node name="TextureRect" type="TextureRect" parent="."]
|
|
anchor_right = 1.0
|
|
anchor_bottom = 1.0
|
|
texture = ExtResource( 2 )
|
|
expand = true
|
|
stretch_mode = 6
|