Gearhartlove / O-Zone

O-zone is a four player, party styled co-op game where you play as an Octopus, except there’s a twist. You can do all of the typical things: swim in the water, stick to objects, move around on land. But, what makes our games special is the combat. Interacting with your friends, the Octopi shoot one another in engaging rounds. You play on uniquely themed stages, which offers depth in gameplay via unique items and terrain.
0 stars 0 forks source link

Stagework branch #1

Closed Gearhartlove closed 3 years ago

Gearhartlove commented 3 years ago

All of the behind the scenes work of creating a foundation for creating stages and separating them into different categories is complete. The new scripts in include the very important "StageManager" class which is integrated into the "GameManager" and "Scene_Manager" classes. It houses all of the stage types in O-Zone along with their respective lists. It also contains the methods for loading the different stages.

Moving forward, Stage Design is the next priority. All of the previous stages were put into the "Archived" Folder, and a "StageTemplate" Scene was created, which all other Stages should be based off of (copy it and then start your editing).