minimum dimensions of a stage in an openbor_template_default style game

Steven1985

Active member
Hi guys, could you tell me what minimum dimensions the stage must have in an openbor_template_default style game (width determined by z {zmin} {zmax} {BGheight} and length by x)?
Thank you in advance.
 
There are no hard-coded minimum or maximum dimensions. The stage horizontal and vertical length is controlled by total horizontal width and height of its panels. Logically, the minimum size is one "screen", i.e. the module's horizontal resolution setting.

Note if Z depth is 0, the stage is treated as a 2D platformer where pressing down maps to the Duck animation.

DC
 
Back
Top Bottom