KOBUGE-Games / minilens

Cute puzzle platformer starring a cleaning robot on post-apocalyptic Earth
http://kobuge-games.github.io/minilens
GNU General Public License v3.0
134 stars 38 forks source link

Is camera:begin needed #96

Open ObaniGemini opened 7 years ago

ObaniGemini commented 7 years ago

Camera end is useful to cut camera under the water, but is camera begin a necessity ? It seems to cause some problems with lookaround feature when tweening entering and exiting of the mode. Is it worth being kept ?

bojidar-bg commented 7 years ago

Well, given that we use camera begin and end only for y-axis cutoff, I would be for dropping both, and making use of the acid-level detection in leve_holderl.gd, which is already present.