2023-06-29 19:41:07 +02:00
|
|
|
[gd_scene load_steps=3 format=3]
|
2023-06-29 17:22:13 +02:00
|
|
|
|
|
|
|
[ext_resource type="Script" path="res://CORE/splash.gd" id="1_n4sar"]
|
2023-06-29 19:41:07 +02:00
|
|
|
[ext_resource type="Texture2D" path="res://CORE/soscore.png" id="2_5krj5"]
|
2023-06-29 17:22:13 +02:00
|
|
|
|
2023-08-25 14:34:57 +02:00
|
|
|
[node name="SplashScreen" type="Control"]
|
2023-06-29 17:22:13 +02:00
|
|
|
layout_mode = 3
|
|
|
|
anchors_preset = 15
|
|
|
|
anchor_right = 1.0
|
|
|
|
anchor_bottom = 1.0
|
|
|
|
grow_horizontal = 2
|
|
|
|
grow_vertical = 2
|
|
|
|
script = ExtResource("1_n4sar")
|
|
|
|
|
|
|
|
[node name="Background" type="ColorRect" parent="."]
|
|
|
|
layout_mode = 0
|
|
|
|
offset_right = 960.0
|
|
|
|
offset_bottom = 540.0
|
|
|
|
color = Color(0.839216, 0.0196078, 0.196078, 1)
|
|
|
|
|
|
|
|
[node name="Image" type="NinePatchRect" parent="Background"]
|
|
|
|
layout_mode = 1
|
|
|
|
anchors_preset = 8
|
|
|
|
anchor_left = 0.5
|
|
|
|
anchor_top = 0.5
|
|
|
|
anchor_right = 0.5
|
|
|
|
anchor_bottom = 0.5
|
|
|
|
offset_left = -128.0
|
|
|
|
offset_top = -128.0
|
|
|
|
offset_right = 128.0
|
|
|
|
offset_bottom = 128.0
|
|
|
|
grow_horizontal = 2
|
|
|
|
grow_vertical = 2
|
|
|
|
texture = ExtResource("2_5krj5")
|