fix(cocina_delante): fix camera limits
This commit is contained in:
@@ -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 )
|
||||
|
||||
Reference in New Issue
Block a user