Skip to content

Commit

Permalink
Updated save; reduced brick-count, opened secret
Browse files Browse the repository at this point in the history
- Replaced 32x cubes with 64x cubes, reducing the brickcount by about
222 bricks.
- The secret room has been re-opened
  • Loading branch information
LakeYS committed Feb 11, 2017
1 parent ef95a46 commit 8c58402
Show file tree
Hide file tree
Showing 2 changed files with 8,706 additions and 8,925 deletions.
12 changes: 6 additions & 6 deletions GameMode_Flappy_Bird/bricks/modter.cs
Original file line number Diff line number Diff line change
Expand Up @@ -15,14 +15,14 @@ datablock fxDTSBrickData(brick16Cube5Data)
isWaterBrick = true;
};

datablock fxDTSBrickData(brick32Cube5Data)
datablock fxDTSBrickData(brick64Cube1Data)
{
brickFile = "Add-Ons/Brick_ModTer_BasicPack/Bricks/Steep/32cSteep.blb";
brickFile = "Add-Ons/Brick_ModTer_BasicPack/Bricks/Full/64c.blb";
category = "Baseplates";
subCategory = "ModTer 32x";
uiName = "32x Cube Steep";
iconName = "Add-Ons/Brick_ModTer_BasicPack/BrickIcons/Steep/32cSteep";
CollisionShapeName = "Add-Ons/Brick_ModTer_BasicPack/Shapes/Steep/32cSteepCol.dts";
subCategory = "ModTer 64x";
uiName = "64x Cube ";
iconName = "Add-ons/Brick_ModTer_BasicPack/BrickIcons/Full/64c";
collisionShapeName = "Add-Ons/Brick_ModTer_BasicPack/Shapes/Full/64cCol.dts";
hasPrint = 1;
printAspectRatio = "ModTer";
isWaterBrick = true;
Expand Down
Loading

0 comments on commit 8c58402

Please sign in to comment.