feat(godot4): project automatic upgrade from godot 3 to 4
This commit is contained in:
@@ -1,42 +1,42 @@
|
||||
[gd_scene load_steps=4 format=2]
|
||||
|
||||
[ext_resource path="res://gymkhana/rooms/turno_cocina/creditos/assets/uliwood-productions.png" type="Texture" id=1]
|
||||
[ext_resource path="res://gymkhana/rooms/turno_cocina/creditos/assets/uliwood-productions.png" type="Texture2D" id=1]
|
||||
[ext_resource path="res://gymkhana/rooms/turno_cocina/creditos/scrollingText.gd" type="Script" id=2]
|
||||
|
||||
[sub_resource type="Theme" id=1]
|
||||
|
||||
[node name="scrollingText" type="VBoxContainer"]
|
||||
margin_left = 357.0
|
||||
margin_right = 922.0
|
||||
margin_bottom = 744.0
|
||||
offset_left = 357.0
|
||||
offset_right = 922.0
|
||||
offset_bottom = 744.0
|
||||
grow_horizontal = 0
|
||||
script = ExtResource( 2 )
|
||||
|
||||
[node name="RichTextLabel" type="RichTextLabel" parent="."]
|
||||
margin_right = 600.0
|
||||
margin_bottom = 30.0
|
||||
offset_right = 600.0
|
||||
offset_bottom = 30.0
|
||||
theme = SubResource( 1 )
|
||||
bbcode_enabled = true
|
||||
bbcode_text = "[center][u]Las Gymkhanicas de Uli[/u][/center]
|
||||
text = "[center][u]Las Gymkhanicas de Uli[/u][/center]
|
||||
"
|
||||
text = "Las Gymkhanicas de Uli
|
||||
"
|
||||
fit_content_height = true
|
||||
|
||||
[node name="LabelContainer" type="HBoxContainer" parent="."]
|
||||
margin_top = 34.0
|
||||
margin_right = 600.0
|
||||
margin_bottom = 507.0
|
||||
offset_top = 34.0
|
||||
offset_right = 600.0
|
||||
offset_bottom = 507.0
|
||||
|
||||
[node name="margin" type="MarginContainer" parent="LabelContainer"]
|
||||
margin_right = 288.0
|
||||
margin_bottom = 405.0
|
||||
offset_right = 288.0
|
||||
offset_bottom = 405.0
|
||||
size_flags_horizontal = 3
|
||||
size_flags_vertical = 0
|
||||
|
||||
[node name="Titles" type="Label" parent="LabelContainer/margin"]
|
||||
margin_right = 288.0
|
||||
margin_bottom = 405.0
|
||||
offset_right = 288.0
|
||||
offset_bottom = 405.0
|
||||
size_flags_horizontal = 3
|
||||
size_flags_vertical = 0
|
||||
text = "Creado por
|
||||
@@ -67,22 +67,22 @@ align = 2
|
||||
uppercase = true
|
||||
|
||||
[node name="spacer" type="Label" parent="LabelContainer"]
|
||||
margin_left = 292.0
|
||||
margin_top = 229.0
|
||||
margin_right = 308.0
|
||||
margin_bottom = 243.0
|
||||
offset_left = 292.0
|
||||
offset_top = 229.0
|
||||
offset_right = 308.0
|
||||
offset_bottom = 243.0
|
||||
text = " "
|
||||
|
||||
[node name="margin2" type="MarginContainer" parent="LabelContainer"]
|
||||
margin_left = 312.0
|
||||
margin_right = 600.0
|
||||
margin_bottom = 473.0
|
||||
offset_left = 312.0
|
||||
offset_right = 600.0
|
||||
offset_bottom = 473.0
|
||||
size_flags_horizontal = 3
|
||||
size_flags_vertical = 0
|
||||
|
||||
[node name="Names" type="Label" parent="LabelContainer/margin2"]
|
||||
margin_right = 288.0
|
||||
margin_bottom = 473.0
|
||||
offset_right = 288.0
|
||||
offset_bottom = 473.0
|
||||
size_flags_horizontal = 3
|
||||
size_flags_vertical = 0
|
||||
text = "Eneko
|
||||
@@ -115,7 +115,7 @@ A la comunidad detrás de Godot y Escoria
|
||||
por hacer posible este juego"
|
||||
|
||||
[node name="TextureRect" type="TextureRect" parent="."]
|
||||
margin_top = 511.0
|
||||
margin_right = 600.0
|
||||
margin_bottom = 806.0
|
||||
offset_top = 511.0
|
||||
offset_right = 600.0
|
||||
offset_bottom = 806.0
|
||||
texture = ExtResource( 1 )
|
||||
|
||||
Reference in New Issue
Block a user