Change start positions
This commit is contained in:
parent
d538e9403e
commit
1b8fbc36d5
2 changed files with 4 additions and 8 deletions
|
@ -1187,13 +1187,8 @@ int main()
|
||||||
defaultConstraints.maxHits = 8;
|
defaultConstraints.maxHits = 8;
|
||||||
defaultConstraints.maxSteps = 15;
|
defaultConstraints.maxSteps = 15;
|
||||||
|
|
||||||
player.setPositionSquare(6,4);
|
player.setPositionSquare(12,6);
|
||||||
|
player.mCamera.direction = -1 * RCL_UNITS_PER_SQUARE / 4;
|
||||||
player.mCamera.position.x = 8310;
|
|
||||||
player.mCamera.position.y = 7644;
|
|
||||||
player.mCamera.height = 512;
|
|
||||||
player.mCamera.direction = 813;
|
|
||||||
|
|
||||||
|
|
||||||
#define addSpriteHeightFract(i,f) sprites[i].mHeight += RCL_UNITS_PER_SQUARE / f
|
#define addSpriteHeightFract(i,f) sprites[i].mHeight += RCL_UNITS_PER_SQUARE / f
|
||||||
|
|
||||||
|
|
|
@ -1332,7 +1332,8 @@ int main()
|
||||||
cFloor = 10;
|
cFloor = 10;
|
||||||
cCeiling = 10;
|
cCeiling = 10;
|
||||||
|
|
||||||
player.setPositionSquare(7,15);
|
player.setPositionSquare(0,5);
|
||||||
|
player.mCamera.direction = 3 * RCL_UNITS_PER_SQUARE / 4;
|
||||||
player.mCamera.height = RCL_CAMERA_COLL_HEIGHT_BELOW;
|
player.mCamera.height = RCL_CAMERA_COLL_HEIGHT_BELOW;
|
||||||
|
|
||||||
player.mCamera.resolution.y = RESOLUTION_Y;
|
player.mCamera.resolution.y = RESOLUTION_Y;
|
||||||
|
|
Loading…
Reference in a new issue