01ea3af253
Apply Godot 4.6 automated conversion: renames Spatial.translate->position, margin_*->offset_*, tool->@tool, .empty()->.is_empty(), DynamicFont->FontFile, onready->@onready, export()->@export, and many more. 127 files changed by the tool. Manual fixes still required for: - godot_db_manager plugin (incompatible APIs: WindowDialog, Tabs, etc.) - lod plugin (Spatial -> Node3D renames) - ResourceLoader.load_interactive removed -> load_threaded_request - OS.set_window_fullscreen removed -> DisplayServer - Viewport.set_size_override removed Co-Authored-By: Claude Opus 4.7 (1M context) <noreply@anthropic.com>
62 lines
1.6 KiB
Plaintext
62 lines
1.6 KiB
Plaintext
[gd_scene load_steps=2 format=2]
|
|
|
|
[ext_resource path="res://assets/ui/themes/leather.theme" type="Theme" id=1]
|
|
|
|
[node name="LoadingBare" type="Control"]
|
|
anchor_right = 1.0
|
|
anchor_bottom = 1.0
|
|
__meta__ = {
|
|
"_edit_use_anchors_": false
|
|
}
|
|
|
|
[node name="VBoxContainer" type="VBoxContainer" parent="."]
|
|
anchor_right = 1.0
|
|
anchor_bottom = 1.0
|
|
__meta__ = {
|
|
"_edit_use_anchors_": false
|
|
}
|
|
|
|
[node name="MarginContainer" type="MarginContainer" parent="VBoxContainer"]
|
|
offset_right = 1280.0
|
|
offset_bottom = 237.0
|
|
size_flags_horizontal = 3
|
|
size_flags_vertical = 3
|
|
|
|
[node name="HBoxContainer" type="HBoxContainer" parent="VBoxContainer"]
|
|
offset_top = 241.0
|
|
offset_right = 1280.0
|
|
offset_bottom = 478.0
|
|
size_flags_horizontal = 3
|
|
size_flags_vertical = 3
|
|
|
|
[node name="HSplitContainer" type="HSplitContainer" parent="VBoxContainer/HBoxContainer"]
|
|
offset_right = 238.0
|
|
offset_bottom = 237.0
|
|
size_flags_horizontal = 3
|
|
size_flags_stretch_ratio = 0.3
|
|
|
|
[node name="ProgressBar" type="ProgressBar" parent="VBoxContainer/HBoxContainer"]
|
|
offset_left = 242.0
|
|
offset_right = 1037.0
|
|
offset_bottom = 237.0
|
|
size_flags_horizontal = 3
|
|
size_flags_vertical = 3
|
|
theme = ExtResource( 1 )
|
|
max_value = 1.0
|
|
step = 0.1
|
|
rounded = true
|
|
|
|
[node name="HSplitContainer2" type="HSplitContainer" parent="VBoxContainer/HBoxContainer"]
|
|
offset_left = 1041.0
|
|
offset_right = 1280.0
|
|
offset_bottom = 237.0
|
|
size_flags_horizontal = 3
|
|
size_flags_stretch_ratio = 0.3
|
|
|
|
[node name="MarginContainer2" type="MarginContainer" parent="VBoxContainer"]
|
|
offset_top = 482.0
|
|
offset_right = 1280.0
|
|
offset_bottom = 720.0
|
|
size_flags_horizontal = 3
|
|
size_flags_vertical = 3
|