fix: Updated camera x limit to 1280 to match the background graphics (#535)

Co-authored-by: Balloonpopper <balloonpopper@git.com>
This commit is contained in:
balloonpopper
2022-03-09 21:57:19 +11:00
committed by GitHub
parent 44680938aa
commit 21ebb017e6
13 changed files with 14 additions and 13 deletions

View File

@@ -24,7 +24,7 @@ __meta__ = {
}
global_id = "room13"
esc_script = "res://game/rooms/room13/esc/room13.esc"
camera_limits = [ Rect2( 0, 0, 1289, 555 ) ]
camera_limits = [ Rect2( 0, 0, 1280, 555 ) ]
[node name="background" parent="." instance=ExtResource( 2 )]