CobeyH / Leora

2D Moth Puzzle Game written in Unity
4 stars 1 forks source link

Global configuration #231

Closed CobeyH closed 1 year ago

CobeyH commented 1 year ago

Creating a global configuration script that is attached to the management object in the scene. For now the global configuration holds the zoom of the camera and the lux limit.

This feature should make it easier to edit scene settings without traversing object hierarchy.

Resolves #222