FunGame-Godot/scenes/SplashScreen.tscn
2026-02-03 01:38:51 +08:00

74 lines
2.1 KiB
Plaintext

[gd_scene load_steps=5 format=3 uid="uid://dhvw4k0vyu1aa"]
[ext_resource type="Script" uid="uid://dbyq6vgnnib7w" path="res://scripts/SplashScreen.cs" id="1_v5ida"]
[ext_resource type="Texture2D" uid="uid://cfskdmaw15liu" path="res://assets/milimoe.png" id="2_m7gka"]
[ext_resource type="FontFile" uid="uid://b36tv7dlp0wco" path="res://assets/fonts/LanaPixel.ttf" id="3_m7gka"]
[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("MiliLogo")
Label = NodePath("MiliLogo/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="MiliLogo" type="TextureRect" parent="."]
anchors_preset = 5
anchor_left = 0.5
anchor_right = 0.5
offset_left = -304.0
offset_top = 16.0
offset_right = 546.0
offset_bottom = 866.0
grow_horizontal = 2
scale = Vector2(0.7, 0.7)
size_flags_horizontal = 4
texture = ExtResource("2_m7gka")
[node name="Milimoe" type="Label" parent="MiliLogo"]
layout_mode = 1
anchors_preset = -1
anchor_left = 0.502
anchor_top = 1.0
anchor_right = 0.502
anchor_bottom = 1.0
offset_left = -392.414
offset_top = -130.0
offset_right = 414.586
offset_bottom = -2.0
grow_horizontal = 2
grow_vertical = 0
theme_override_colors/font_color = Color(0.839216, 0.572549, 0.694118, 1)
theme_override_fonts/font = ExtResource("3_m7gka")
theme_override_font_sizes/font_size = 120
text = "Milimoe Presents"
horizontal_alignment = 1
vertical_alignment = 1
[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