Skip to content

InkDrinker_1: Camera bounds show areas outside the scene when using aspect ratios other than 16:9 #1544

@russell-cj

Description

@russell-cj

Problem Description

When playing the InkDrinker 1 level (scene: ink_combat_round_1) with an aspect ratio different from 16:9 (for example, 21:9 or 4:3), the camera bounds allow parts of the scene to be visible that were not meant to be seen.
This happens when the game window expands horizontally or vertically, exposing areas outside the region "dressed" by the level designer.

Steps to Reproduce

  1. Open the project in the Godot editor.
  2. In Project Settings, enable Debug Aspect Ratio.
  3. Start the level InkDrinker 1 (scene: ink_combat_round_1).
  4. Resize the window (for example, make it wider or taller).
  5. Observe that the camera shows undesigned or empty areas outside the intended playable region.

Expected Result

The camera should remain within the designed playable area and not display regions outside the intended environment.


Suggested Fix

This issue could be resolved by adding more decoration (e.g., water) around the edges of the scene and adjusting the camera limits so that the view stays centered on the action.

Note

Metadata

Metadata

Assignees

Type

No type

Projects

Status

Done

Relationships

None yet

Development

No branches or pull requests

Issue actions