mirror of
https://github.com/godotengine/godot-demo-projects.git
synced 2026-01-04 23:10:08 +01:00
31 lines
828 B
Plaintext
31 lines
828 B
Plaintext
[gd_scene load_steps=2 format=3 uid="uid://d3bjj63qp5s2i"]
|
|
|
|
[ext_resource type="Script" uid="uid://ingyxcgoapu3" path="res://loading.gd" id="1_anktk"]
|
|
|
|
[node name="Loading" type="ColorRect"]
|
|
anchors_preset = 15
|
|
anchor_right = 1.0
|
|
anchor_bottom = 1.0
|
|
grow_horizontal = 2
|
|
grow_vertical = 2
|
|
color = Color(0.494118, 0.580392, 0.686275, 1)
|
|
script = ExtResource("1_anktk")
|
|
|
|
[node name="Label" type="Label" parent="."]
|
|
layout_mode = 1
|
|
anchors_preset = 8
|
|
anchor_left = 0.5
|
|
anchor_top = 0.5
|
|
anchor_right = 0.5
|
|
anchor_bottom = 0.5
|
|
offset_left = -74.5
|
|
offset_top = -24.0
|
|
offset_right = 74.5
|
|
offset_bottom = 24.0
|
|
grow_horizontal = 2
|
|
grow_vertical = 2
|
|
theme_override_colors/font_outline_color = Color(0, 0, 0, 1)
|
|
theme_override_constants/outline_size = 8
|
|
theme_override_font_sizes/font_size = 32
|
|
text = "Generating textures, please wait…"
|