Run godot --convert-3to4 (automated conversion)
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>
This commit is contained in:
@@ -14,34 +14,34 @@ anchor_right = 1.0
|
||||
anchor_bottom = 1.0
|
||||
size_flags_horizontal = 3
|
||||
size_flags_vertical = 3
|
||||
custom_constants/vseparation = 10
|
||||
custom_constants/hseparation = 10
|
||||
theme_override_constants/v_separation = 10
|
||||
theme_override_constants/h_separation = 10
|
||||
columns = 2
|
||||
__meta__ = {
|
||||
"_edit_use_anchors_": false
|
||||
}
|
||||
|
||||
[node name="TabContainerGeneral" type="TabContainer" parent="GridContainer"]
|
||||
margin_right = 635.0
|
||||
margin_bottom = 233.0
|
||||
offset_right = 635.0
|
||||
offset_bottom = 233.0
|
||||
size_flags_horizontal = 3
|
||||
size_flags_vertical = 3
|
||||
tab_align = 0
|
||||
tab_alignment = 0
|
||||
|
||||
[node name="Generale" type="Tabs" parent="GridContainer/TabContainerGeneral"]
|
||||
[node name="Generale" type="TabBar" parent="GridContainer/TabContainerGeneral"]
|
||||
anchor_right = 1.0
|
||||
anchor_bottom = 1.0
|
||||
margin_left = 4.0
|
||||
margin_top = 32.0
|
||||
margin_right = 36.0
|
||||
margin_bottom = 20.0
|
||||
offset_left = 4.0
|
||||
offset_top = 32.0
|
||||
offset_right = 36.0
|
||||
offset_bottom = 20.0
|
||||
size_flags_horizontal = 3
|
||||
size_flags_vertical = 3
|
||||
scrolling_enabled = false
|
||||
|
||||
[node name="RichTextLabel" type="RichTextLabel" parent="GridContainer/TabContainerGeneral/Generale"]
|
||||
margin_right = 624.0
|
||||
margin_bottom = 221.0
|
||||
offset_right = 624.0
|
||||
offset_bottom = 221.0
|
||||
size_flags_horizontal = 3
|
||||
size_flags_vertical = 3
|
||||
text = "Lorem ipsum dolor sit amet, consectetur adipiscing elit. Sed non risus. Suspendisse lectus tortor, dignissim sit amet, adipiscing nec, ultricies sed, dolor. Cras elementum ultrices diam. Maecenas ligula massa, varius a, semper congue, euismod non, mi. Proin porttitor, orci nec nonummy molestie, enim est eleifend mi, non fermentum diam nisl sit amet erat. Duis semper. Duis arcu massa, scelerisque vitae, consequat in, pretium a, enim. Pellentesque congue. Ut in risus volutpat libero pharetra tempor. Cras vestibulum bibendum augue. Praesent egestas leo in pede. Praesent blandit odio eu enim. Pellentesque sed dui ut augue blandit sodales. Vestibulum ante ipsum primis in faucibus orci luctus et ultrices posuere cubilia Curae; Aliquam nibh. Mauris ac mauris sed pede pellentesque fermentum. Maecenas adipiscing ante non diam sodales hendrerit.
|
||||
@@ -54,21 +54,21 @@ __meta__ = {
|
||||
}
|
||||
|
||||
[node name="TabContainerMobile" type="TabContainer" parent="GridContainer"]
|
||||
margin_left = 645.0
|
||||
margin_right = 1280.0
|
||||
margin_bottom = 233.0
|
||||
offset_left = 645.0
|
||||
offset_right = 1280.0
|
||||
offset_bottom = 233.0
|
||||
size_flags_horizontal = 3
|
||||
size_flags_vertical = 3
|
||||
tab_align = 0
|
||||
tab_alignment = 0
|
||||
|
||||
[node name="Mobile" type="Tabs" parent="GridContainer/TabContainerMobile"]
|
||||
[node name="Mobile" type="TabBar" parent="GridContainer/TabContainerMobile"]
|
||||
anchor_right = 1.0
|
||||
anchor_bottom = 1.0
|
||||
margin_left = 4.0
|
||||
margin_top = 32.0
|
||||
margin_right = -4.0
|
||||
margin_bottom = -4.0
|
||||
tab_align = 0
|
||||
offset_left = 4.0
|
||||
offset_top = 32.0
|
||||
offset_right = -4.0
|
||||
offset_bottom = -4.0
|
||||
tab_alignment = 0
|
||||
|
||||
[node name="RichTextLabel" type="RichTextLabel" parent="GridContainer/TabContainerMobile/Mobile"]
|
||||
anchor_right = 1.0
|
||||
@@ -82,21 +82,21 @@ __meta__ = {
|
||||
}
|
||||
|
||||
[node name="TabContainerSound" type="TabContainer" parent="GridContainer"]
|
||||
margin_top = 243.0
|
||||
margin_right = 635.0
|
||||
margin_bottom = 476.0
|
||||
offset_top = 243.0
|
||||
offset_right = 635.0
|
||||
offset_bottom = 476.0
|
||||
size_flags_horizontal = 3
|
||||
size_flags_vertical = 3
|
||||
tab_align = 0
|
||||
tab_alignment = 0
|
||||
|
||||
[node name="Sound" type="Tabs" parent="GridContainer/TabContainerSound"]
|
||||
[node name="Sound" type="TabBar" parent="GridContainer/TabContainerSound"]
|
||||
anchor_right = 1.0
|
||||
anchor_bottom = 1.0
|
||||
margin_left = 4.0
|
||||
margin_top = 32.0
|
||||
margin_right = -4.0
|
||||
margin_bottom = -4.0
|
||||
tab_align = 0
|
||||
offset_left = 4.0
|
||||
offset_top = 32.0
|
||||
offset_right = -4.0
|
||||
offset_bottom = -4.0
|
||||
tab_alignment = 0
|
||||
|
||||
[node name="RichTextLabel2" type="RichTextLabel" parent="GridContainer/TabContainerSound/Sound"]
|
||||
anchor_right = 1.0
|
||||
@@ -110,22 +110,22 @@ __meta__ = {
|
||||
}
|
||||
|
||||
[node name="TabContainerGraphisme" type="TabContainer" parent="GridContainer"]
|
||||
margin_left = 645.0
|
||||
margin_top = 243.0
|
||||
margin_right = 1280.0
|
||||
margin_bottom = 476.0
|
||||
offset_left = 645.0
|
||||
offset_top = 243.0
|
||||
offset_right = 1280.0
|
||||
offset_bottom = 476.0
|
||||
size_flags_horizontal = 3
|
||||
size_flags_vertical = 3
|
||||
tab_align = 0
|
||||
tab_alignment = 0
|
||||
|
||||
[node name="Graphisme" type="Tabs" parent="GridContainer/TabContainerGraphisme"]
|
||||
[node name="Graphisme" type="TabBar" parent="GridContainer/TabContainerGraphisme"]
|
||||
anchor_right = 1.0
|
||||
anchor_bottom = 1.0
|
||||
margin_left = 4.0
|
||||
margin_top = 32.0
|
||||
margin_right = -4.0
|
||||
margin_bottom = -4.0
|
||||
tab_align = 0
|
||||
offset_left = 4.0
|
||||
offset_top = 32.0
|
||||
offset_right = -4.0
|
||||
offset_bottom = -4.0
|
||||
tab_alignment = 0
|
||||
scrolling_enabled = false
|
||||
|
||||
[node name="RichTextLabel" type="RichTextLabel" parent="GridContainer/TabContainerGraphisme/Graphisme"]
|
||||
@@ -146,21 +146,21 @@ __meta__ = {
|
||||
}
|
||||
|
||||
[node name="TabContainerSound2" type="TabContainer" parent="GridContainer"]
|
||||
margin_top = 486.0
|
||||
margin_right = 635.0
|
||||
margin_bottom = 719.0
|
||||
offset_top = 486.0
|
||||
offset_right = 635.0
|
||||
offset_bottom = 719.0
|
||||
size_flags_horizontal = 3
|
||||
size_flags_vertical = 3
|
||||
tab_align = 0
|
||||
tab_alignment = 0
|
||||
|
||||
[node name="Sound" type="Tabs" parent="GridContainer/TabContainerSound2"]
|
||||
[node name="Sound" type="TabBar" parent="GridContainer/TabContainerSound2"]
|
||||
anchor_right = 1.0
|
||||
anchor_bottom = 1.0
|
||||
margin_left = 4.0
|
||||
margin_top = 32.0
|
||||
margin_right = -4.0
|
||||
margin_bottom = -4.0
|
||||
tab_align = 0
|
||||
offset_left = 4.0
|
||||
offset_top = 32.0
|
||||
offset_right = -4.0
|
||||
offset_bottom = -4.0
|
||||
tab_alignment = 0
|
||||
|
||||
[node name="RichTextLabel2" type="RichTextLabel" parent="GridContainer/TabContainerSound2/Sound"]
|
||||
anchor_right = 1.0
|
||||
@@ -174,22 +174,22 @@ __meta__ = {
|
||||
}
|
||||
|
||||
[node name="TabContainerGraphisme2" type="TabContainer" parent="GridContainer"]
|
||||
margin_left = 645.0
|
||||
margin_top = 486.0
|
||||
margin_right = 1280.0
|
||||
margin_bottom = 719.0
|
||||
offset_left = 645.0
|
||||
offset_top = 486.0
|
||||
offset_right = 1280.0
|
||||
offset_bottom = 719.0
|
||||
size_flags_horizontal = 3
|
||||
size_flags_vertical = 3
|
||||
tab_align = 0
|
||||
tab_alignment = 0
|
||||
|
||||
[node name="Graphisme" type="Tabs" parent="GridContainer/TabContainerGraphisme2"]
|
||||
[node name="Graphisme" type="TabBar" parent="GridContainer/TabContainerGraphisme2"]
|
||||
anchor_right = 1.0
|
||||
anchor_bottom = 1.0
|
||||
margin_left = 4.0
|
||||
margin_top = 32.0
|
||||
margin_right = -4.0
|
||||
margin_bottom = -4.0
|
||||
tab_align = 0
|
||||
offset_left = 4.0
|
||||
offset_top = 32.0
|
||||
offset_right = -4.0
|
||||
offset_bottom = -4.0
|
||||
tab_alignment = 0
|
||||
scrolling_enabled = false
|
||||
|
||||
[node name="RichTextLabel" type="RichTextLabel" parent="GridContainer/TabContainerGraphisme2/Graphisme"]
|
||||
|
||||
@@ -9,33 +9,33 @@ __meta__ = {
|
||||
}
|
||||
|
||||
[node name="MarginContainer" type="MarginContainer" parent="."]
|
||||
margin_right = 1280.0
|
||||
margin_bottom = 1280.0
|
||||
rect_min_size = Vector2( 1280, 1280 )
|
||||
offset_right = 1280.0
|
||||
offset_bottom = 1280.0
|
||||
custom_minimum_size = Vector2( 1280, 1280 )
|
||||
size_flags_horizontal = 3
|
||||
size_flags_vertical = 3
|
||||
custom_constants/margin_right = 10
|
||||
custom_constants/margin_top = 10
|
||||
custom_constants/margin_left = 10
|
||||
custom_constants/margin_bottom = 10
|
||||
theme_override_constants/margin_right = 10
|
||||
theme_override_constants/margin_top = 10
|
||||
theme_override_constants/margin_left = 10
|
||||
theme_override_constants/margin_bottom = 10
|
||||
|
||||
[node name="TabContainerGeneral" type="TabContainer" parent="MarginContainer"]
|
||||
margin_left = 10.0
|
||||
margin_top = 10.0
|
||||
margin_right = 1270.0
|
||||
margin_bottom = 1270.0
|
||||
rect_min_size = Vector2( 0, 1080 )
|
||||
offset_left = 10.0
|
||||
offset_top = 10.0
|
||||
offset_right = 1270.0
|
||||
offset_bottom = 1270.0
|
||||
custom_minimum_size = Vector2( 0, 1080 )
|
||||
size_flags_horizontal = 3
|
||||
size_flags_vertical = 3
|
||||
tab_align = 0
|
||||
tab_alignment = 0
|
||||
|
||||
[node name="Generale" type="Tabs" parent="MarginContainer/TabContainerGeneral"]
|
||||
[node name="Generale" type="TabBar" parent="MarginContainer/TabContainerGeneral"]
|
||||
anchor_right = 1.0
|
||||
anchor_bottom = 1.0
|
||||
margin_left = 4.0
|
||||
margin_top = 32.0
|
||||
margin_right = -4.0
|
||||
margin_bottom = -4.0
|
||||
offset_left = 4.0
|
||||
offset_top = 32.0
|
||||
offset_right = -4.0
|
||||
offset_bottom = -4.0
|
||||
size_flags_horizontal = 3
|
||||
size_flags_vertical = 3
|
||||
scrolling_enabled = false
|
||||
|
||||
@@ -1,17 +1,17 @@
|
||||
[gd_scene load_steps=5 format=2]
|
||||
|
||||
[ext_resource path="res://assets/ui/themes/tab_select/UI-level-btn-leather.png" type="Texture" id=1]
|
||||
[ext_resource path="res://assets/ui/themes/tab_select/UI-Button-Count.png" type="Texture" id=2]
|
||||
[ext_resource path="res://assets/ui/themes/tab_select/UI-level-btn-shadow.png" type="Texture" id=3]
|
||||
[ext_resource path="res://assets/ui/themes/tab_select/UI-Button-Reset.png" type="Texture" id=4]
|
||||
[ext_resource path="res://assets/ui/themes/tab_select/UI-level-btn-leather.png" type="Texture2D" id=1]
|
||||
[ext_resource path="res://assets/ui/themes/tab_select/UI-Button-Count.png" type="Texture2D" id=2]
|
||||
[ext_resource path="res://assets/ui/themes/tab_select/UI-level-btn-shadow.png" type="Texture2D" id=3]
|
||||
[ext_resource path="res://assets/ui/themes/tab_select/UI-Button-Reset.png" type="Texture2D" id=4]
|
||||
|
||||
[node name="Control" type="Control"]
|
||||
anchor_left = 0.5
|
||||
anchor_right = 0.5
|
||||
margin_left = -639.646
|
||||
margin_top = 0.707092
|
||||
margin_right = 640.354
|
||||
margin_bottom = 720.707
|
||||
offset_left = -639.646
|
||||
offset_top = 0.707092
|
||||
offset_right = 640.354
|
||||
offset_bottom = 720.707
|
||||
size_flags_horizontal = 0
|
||||
size_flags_vertical = 0
|
||||
__meta__ = {
|
||||
@@ -21,9 +21,9 @@ __meta__ = {
|
||||
[node name="BckShadow" type="TextureRect" parent="."]
|
||||
anchor_left = 0.5
|
||||
anchor_right = 0.5
|
||||
margin_left = -227.0
|
||||
margin_right = 228.0
|
||||
margin_bottom = 720.0
|
||||
offset_left = -227.0
|
||||
offset_right = 228.0
|
||||
offset_bottom = 720.0
|
||||
texture = ExtResource( 3 )
|
||||
__meta__ = {
|
||||
"_edit_use_anchors_": false
|
||||
@@ -32,65 +32,65 @@ __meta__ = {
|
||||
[node name="MarginContainer" type="MarginContainer" parent="."]
|
||||
anchor_left = 0.5
|
||||
anchor_right = 0.5
|
||||
margin_left = -228.5
|
||||
margin_right = 228.5
|
||||
margin_bottom = 436.0
|
||||
custom_constants/margin_right = 20
|
||||
custom_constants/margin_top = 20
|
||||
custom_constants/margin_left = 20
|
||||
custom_constants/margin_bottom = 0
|
||||
offset_left = -228.5
|
||||
offset_right = 228.5
|
||||
offset_bottom = 436.0
|
||||
theme_override_constants/margin_right = 20
|
||||
theme_override_constants/margin_top = 20
|
||||
theme_override_constants/margin_left = 20
|
||||
theme_override_constants/margin_bottom = 0
|
||||
__meta__ = {
|
||||
"_edit_use_anchors_": false
|
||||
}
|
||||
|
||||
[node name="AlignColumn" type="VBoxContainer" parent="MarginContainer"]
|
||||
margin_left = 20.0
|
||||
margin_top = 20.0
|
||||
margin_right = 437.0
|
||||
margin_bottom = 549.0
|
||||
custom_constants/separation = 0
|
||||
offset_left = 20.0
|
||||
offset_top = 20.0
|
||||
offset_right = 437.0
|
||||
offset_bottom = 549.0
|
||||
theme_override_constants/separation = 0
|
||||
__meta__ = {
|
||||
"_edit_use_anchors_": false
|
||||
}
|
||||
|
||||
[node name="TextureRect" type="TextureRect" parent="MarginContainer/AlignColumn"]
|
||||
margin_right = 417.0
|
||||
margin_bottom = 416.0
|
||||
offset_right = 417.0
|
||||
offset_bottom = 416.0
|
||||
texture = ExtResource( 1 )
|
||||
|
||||
[node name="VBoxContainer" type="HBoxContainer" parent="MarginContainer/AlignColumn"]
|
||||
margin_top = 416.0
|
||||
margin_right = 417.0
|
||||
margin_bottom = 529.0
|
||||
custom_constants/separation = 0
|
||||
offset_top = 416.0
|
||||
offset_right = 417.0
|
||||
offset_bottom = 529.0
|
||||
theme_override_constants/separation = 0
|
||||
alignment = 1
|
||||
|
||||
[node name="TextureRect2" type="TextureRect" parent="MarginContainer/AlignColumn/VBoxContainer"]
|
||||
margin_left = 7.0
|
||||
margin_right = 185.0
|
||||
margin_bottom = 113.0
|
||||
offset_left = 7.0
|
||||
offset_right = 185.0
|
||||
offset_bottom = 113.0
|
||||
size_flags_horizontal = 0
|
||||
texture = ExtResource( 4 )
|
||||
|
||||
[node name="TextureRect3" type="TextureRect" parent="MarginContainer/AlignColumn/VBoxContainer"]
|
||||
margin_left = 185.0
|
||||
margin_right = 410.0
|
||||
margin_bottom = 113.0
|
||||
rect_pivot_offset = Vector2( -231.224, -72.2715 )
|
||||
offset_left = 185.0
|
||||
offset_right = 410.0
|
||||
offset_bottom = 113.0
|
||||
pivot_offset = Vector2( -231.224, -72.2715 )
|
||||
size_flags_horizontal = 0
|
||||
texture = ExtResource( 2 )
|
||||
|
||||
[node name="MarginContainer" type="MarginContainer" parent="MarginContainer/AlignColumn/VBoxContainer/TextureRect3"]
|
||||
anchor_right = 1.0
|
||||
anchor_bottom = 1.0
|
||||
custom_constants/margin_bottom = 10
|
||||
theme_override_constants/margin_bottom = 10
|
||||
__meta__ = {
|
||||
"_edit_use_anchors_": false
|
||||
}
|
||||
|
||||
[node name="Label" type="Label" parent="MarginContainer/AlignColumn/VBoxContainer/TextureRect3/MarginContainer"]
|
||||
margin_right = 225.0
|
||||
margin_bottom = 103.0
|
||||
offset_right = 225.0
|
||||
offset_bottom = 103.0
|
||||
size_flags_horizontal = 3
|
||||
size_flags_vertical = 7
|
||||
text = "X / 10"
|
||||
|
||||
Reference in New Issue
Block a user