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:
@@ -192,7 +192,7 @@ script = ExtResource( 6 )
|
||||
global_id = "room2"
|
||||
esc_script = "res://game/rooms/room02/esc/room02_bridge.esc"
|
||||
player_scene = ExtResource( 4 )
|
||||
camera_limits = [ Rect2( 0, 0, 1289, 555 ) ]
|
||||
camera_limits = [ Rect2( 0, 0, 1280, 555 ) ]
|
||||
editor_debug_mode = 1
|
||||
|
||||
[node name="r_platform" type="Area2D" parent="."]
|
||||
@@ -315,6 +315,7 @@ script = ExtResource( 10 )
|
||||
debug_mode = 1
|
||||
|
||||
[node name="bridge_open" type="NavigationPolygonInstance" parent="walkable_area"]
|
||||
visible = false
|
||||
navpoly = SubResource( 4 )
|
||||
|
||||
[node name="bridge_closed" type="NavigationPolygonInstance" parent="walkable_area"]
|
||||
|
||||
Reference in New Issue
Block a user