fix(cocina_delante): fix camera limits

This commit is contained in:
2024-08-25 13:10:34 +02:00
parent 26328155df
commit c58ff4a06b

View File

@@ -23,7 +23,7 @@ script = ExtResource( 1 )
global_id = "cocina_delante"
esc_script = "res://gymkhana/rooms/turno_cocina/cocina_delante/esc/cocina_delante.esc"
player_scene = ExtResource( 2 )
camera_limits = [ Rect2( 0, 0, 2391, 577 ) ]
camera_limits = [ Rect2( 0, 0, 2319, 577 ) ]
[node name="background" type="Sprite" parent="."]
position = Vector2( 1160, 289 )