Files
zfxaction25/DonkeysAndDroids.Godot/logo_screen.tscn
2026-04-19 00:43:27 +02:00

70 lines
2.1 KiB
Plaintext

[gd_scene load_steps=5 format=3 uid="uid://duoqvk3sgfwbo"]
[ext_resource type="Theme" uid="uid://b8egvkt2yaoqp" path="res://program.tres" id="1_8yg8y"]
[ext_resource type="Script" uid="uid://bj0r4vjvf85dc" path="res://LogoScreen.cs" id="1_jevva"]
[ext_resource type="Texture2D" uid="uid://dv60h82ioppco" path="res://images/logo1.png" id="2_p541y"]
[sub_resource type="StyleBoxFlat" id="StyleBoxFlat_p541y"]
content_margin_left = 0.0
content_margin_top = 0.0
content_margin_right = 0.0
content_margin_bottom = 0.0
bg_color = Color(0, 0, 0, 1)
corner_radius_top_left = 3
corner_radius_top_right = 3
corner_radius_bottom_right = 3
corner_radius_bottom_left = 3
corner_detail = 5
[node name="Control" type="Control" node_paths=PackedStringArray("StartButton")]
layout_mode = 3
anchors_preset = 15
anchor_right = 1.0
anchor_bottom = 1.0
grow_horizontal = 2
grow_vertical = 2
size_flags_horizontal = 3
size_flags_vertical = 3
theme = ExtResource("1_8yg8y")
script = ExtResource("1_jevva")
StartButton = NodePath("MarginContainer/VBoxContainer/StartButton")
[node name="Panel" type="Panel" parent="."]
layout_mode = 1
anchors_preset = 15
anchor_right = 1.0
anchor_bottom = 1.0
grow_horizontal = 2
grow_vertical = 2
theme_override_styles/panel = SubResource("StyleBoxFlat_p541y")
[node name="MarginContainer" type="MarginContainer" parent="."]
layout_mode = 1
anchors_preset = 15
anchor_right = 1.0
anchor_bottom = 1.0
grow_horizontal = 2
grow_vertical = 2
theme_override_constants/margin_left = 20
theme_override_constants/margin_top = 20
theme_override_constants/margin_right = 20
theme_override_constants/margin_bottom = 20
[node name="VBoxContainer" type="VBoxContainer" parent="MarginContainer"]
layout_mode = 2
[node name="TextureRect" type="TextureRect" parent="MarginContainer/VBoxContainer"]
use_parent_material = true
layout_mode = 2
size_flags_vertical = 3
texture = ExtResource("2_p541y")
expand_mode = 2
stretch_mode = 5
[node name="StartButton" type="Button" parent="MarginContainer/VBoxContainer"]
custom_minimum_size = Vector2(200, 100)
layout_mode = 2
size_flags_horizontal = 4
text = "Start
"