imac2018-3d / StoneEdge

The game's main repo.
MIT License
0 stars 1 forks source link

Transition between two game state #25

Closed firegreen closed 6 years ago

firegreen commented 6 years ago

Fading screen between states Manage Hero's falling Warping hero

CoralieGold commented 6 years ago

19 february

firegreen commented 6 years ago

@Yoan, for now I use a "NonMap" Script in a collider to identify area where we shoudn't go, is it okay for you or should we consider out of map as a ground type ?

yoanlcq commented 6 years ago

for now I use a "NonMap" Script in a collider to identify area where we shoudn't go, is it okay for you or should we consider out of map as a ground type ?

Yeah this is great! I would go for a more descriptive name e.g UnreachableZone or UnreachableArea. (@firegreen )

firegreen commented 6 years ago

is ok normally, need to adapt to the current master branch

yoanlcq commented 6 years ago

Closing because production has ended this afternoon. Thanks everyone!