Add transitions to the screen/scene system #13

Closed
opened 2020-08-09 11:11:14 +02:00 by kazhnuz · 0 comments
Owner

We should be able to add several type of fade-in/fade-out for scene transitions (and maybe even without having to change scene)

The transition system should tween between the visible and the opaque state of the transition, and should handle.

During the transition, the following stuff should be done :

  • Add a "isTransitionning" state to the scene, in order to make custom code able to take that into account.
  • Locking input during the transition (in order to avoid some bugs).
  • Maybe give the possibility to lock world+assets during scene transition ?

Maybe they could be conditionnally enabled during simple screen transition as well ?

We should be able to add several type of fade-in/fade-out for scene transitions (and maybe even without having to change scene) The transition system should tween between the visible and the opaque state of the transition, and should handle. During the transition, the following stuff should be done : - Add a "isTransitionning" state to the scene, in order to make custom code able to take that into account. - Locking input during the transition (in order to avoid some bugs). - Maybe give the possibility to lock world+assets during scene transition ? Maybe they could be conditionnally enabled during simple screen transition as well ?
kazhnuz added the
0. Imported
label 2020-08-09 11:11:14 +02:00
kazhnuz added this to the epervier 0.7.0 milestone 2022-08-09 08:36:17 +02:00
kazhnuz added
1. Feature
2. Deliverable
4. Scenes
and removed
0. Imported
labels 2022-08-09 11:49:06 +02:00
Sign in to join this conversation.
No description provided.