Character Container Template
Template that demonstrates how to use Construct 2 Containers to create a character with pixel style from its parts.
Create a starter template for your platformer game with the character container ready.
Main Features
– Main Menu page
– Options page
– Delete Data from LocalStorage
– Auto save data on gameplay
- Character container#
– Object Player as a Container of his parts
Character Parts
– Head
– Helmet
– Body
– Arms
– Legs
– Sword
– Shield
- All parts separated with it’s own animations so when we create the obj_player container we join all from its Origin point.
The Game
– Level
– l_level_0
- The level used for tutorial and show all player moves.#
– Player moves
– IDLE
– WALK
– JUMP
– FALL
– CLIMB
– DASH
– ATTACK
– WALLSLIDE
– SHIELD
– DEAD
Equip system
– Equip all kind of armors, swords, shields
– In game shop integrated
Assets
– obj_player
– sword
– shield
– body
– arms
– legs
– helmet
#Scenarios#
– Tilemap reaady
– coins
– hud buttons
– hp bar
– hp label