FunGame-Godot/scenes/SplashScreen.tscn
2025-04-14 21:54:29 +08:00

74 lines
2.1 KiB
Plaintext

[gd_scene load_steps=5 format=3 uid="uid://dhvw4k0vyu1aa"]
[ext_resource type="Texture2D" uid="uid://dsuuk4kdoevn3" path="res://assets/raincandy.png" id="1_8ukic"]
[ext_resource type="Script" uid="uid://dbyq6vgnnib7w" path="res://scripts/SplashScreen.cs" id="1_v5ida"]
[ext_resource type="FontFile" uid="uid://ch6s7n1ri81gt" path="res://assets/fonts/思源宋体.TTF" id="3_jobkp"]
[ext_resource type="Texture2D" uid="uid://b7mtjukcndwbc" path="res://assets/logo_large_color_light.png" id="5_s88rl"]
[node name="SplashScreen" type="CanvasLayer" node_paths=PackedStringArray("GodotLogo", "Logo", "Label")]
script = ExtResource("1_v5ida")
GodotLogo = NodePath("Godot")
Logo = NodePath("Raincandy")
Label = NodePath("Raincandy/Milimoe")
[node name="ColorRect" type="ColorRect" parent="."]
anchors_preset = 8
anchor_left = 0.5
anchor_top = 0.5
anchor_right = 0.5
anchor_bottom = 0.5
offset_left = -640.0
offset_top = -360.0
offset_right = 640.0
offset_bottom = 360.0
grow_horizontal = 2
grow_vertical = 2
metadata/_edit_lock_ = true
[node name="Raincandy" type="TextureRect" parent="."]
anchors_preset = 5
anchor_left = 0.5
anchor_right = 0.5
offset_left = -290.5
offset_right = 290.5
offset_bottom = 581.0
grow_horizontal = 2
size_flags_horizontal = 4
texture = ExtResource("1_8ukic")
metadata/_edit_lock_ = true
[node name="Milimoe" type="Label" parent="Raincandy"]
layout_mode = 1
anchors_preset = 7
anchor_left = 0.5
anchor_top = 1.0
anchor_right = 0.5
anchor_bottom = 1.0
offset_left = -313.0
offset_top = -102.0
offset_right = 335.0
offset_bottom = 26.0
grow_horizontal = 2
grow_vertical = 0
theme_override_colors/font_color = Color(0.940591, 0.290397, 0.55787, 1)
theme_override_fonts/font = ExtResource("3_jobkp")
theme_override_font_sizes/font_size = 50
text = "Milimoe Presents"
horizontal_alignment = 1
vertical_alignment = 1
metadata/_edit_lock_ = true
[node name="Godot" type="TextureRect" parent="."]
anchors_preset = 5
anchor_left = 0.5
anchor_right = 0.5
offset_left = -509.0
offset_top = 160.0
offset_right = 2024.0
offset_bottom = 1184.0
grow_horizontal = 2
scale = Vector2(0.4, 0.4)
size_flags_horizontal = 4
texture = ExtResource("5_s88rl")
metadata/_edit_lock_ = true