feat(godot4): project automatic upgrade from godot 3 to 4
This commit is contained in:
@@ -2,10 +2,10 @@
|
||||
|
||||
[ext_resource path="res://addons/escoria-core/game/core-scripts/esc_room.gd" type="Script" id=1]
|
||||
[ext_resource path="res://gymkhana/characters/oier/oier.tscn" type="PackedScene" id=2]
|
||||
[ext_resource path="res://gymkhana/rooms/turno_cocina/creditos/assets/background.png" type="Texture" id=3]
|
||||
[ext_resource path="res://gymkhana/rooms/turno_cocina/creditos/assets/background.png" type="Texture2D" id=3]
|
||||
[ext_resource path="res://gymkhana/rooms/turno_cocina/creditos/scrollingText.tscn" type="PackedScene" id=4]
|
||||
[ext_resource path="res://gymkhana/rooms/turno_cocina/creditos/EnekoDancing.tscn" type="PackedScene" id=5]
|
||||
[ext_resource path="res://gymkhana/logo-small.png" type="Texture" id=6]
|
||||
[ext_resource path="res://gymkhana/logo-small.png" type="Texture2D" id=6]
|
||||
[ext_resource path="res://gymkhana/rooms/turno_cocina/creditos/SceneHandler.gd" type="Script" id=7]
|
||||
[ext_resource path="res://gymkhana/rooms/turno_cocina/creditos/RestartGameButton.gd" type="Script" id=8]
|
||||
[ext_resource path="res://gymkhana/rooms/turno_cocina/creditos/OierDancing.tscn" type="PackedScene" id=9]
|
||||
@@ -18,26 +18,26 @@ player_scene = ExtResource( 2 )
|
||||
camera_limits = [ Rect2( 0, 0, 1280, 577 ) ]
|
||||
editor_debug_mode = 1
|
||||
|
||||
[node name="background" type="Sprite" parent="."]
|
||||
[node name="background" type="Sprite2D" parent="."]
|
||||
position = Vector2( 644.5, 372.812 )
|
||||
scale = Vector2( 1.01797, 1.29008 )
|
||||
texture = ExtResource( 3 )
|
||||
|
||||
[node name="scrollingText" parent="." instance=ExtResource( 4 )]
|
||||
margin_left = 368.0
|
||||
margin_top = 764.0
|
||||
margin_right = 933.0
|
||||
margin_bottom = 1201.0
|
||||
offset_left = 368.0
|
||||
offset_top = 764.0
|
||||
offset_right = 933.0
|
||||
offset_bottom = 1201.0
|
||||
|
||||
[node name="Button" type="Button" parent="."]
|
||||
margin_left = 495.0
|
||||
margin_top = 486.0
|
||||
margin_right = 845.0
|
||||
margin_bottom = 612.0
|
||||
offset_left = 495.0
|
||||
offset_top = 486.0
|
||||
offset_right = 845.0
|
||||
offset_bottom = 612.0
|
||||
text = "Volver al menú"
|
||||
script = ExtResource( 8 )
|
||||
|
||||
[node name="Logo-small" type="Sprite" parent="Button"]
|
||||
[node name="Logo-small" type="Sprite2D" parent="Button"]
|
||||
position = Vector2( 176.25, -190.5 )
|
||||
scale = Vector2( 1.01504, 1.00333 )
|
||||
texture = ExtResource( 6 )
|
||||
|
||||
Reference in New Issue
Block a user