add project files
This commit is contained in:
@@ -0,0 +1,30 @@
|
||||
public static class GameFeatures
|
||||
{
|
||||
public const bool FINAL_MOMENTUM = true;
|
||||
|
||||
public const bool SHORTER_LEVELS = true;
|
||||
|
||||
public const bool DIFFERENT_PATH = true;
|
||||
|
||||
public const bool SOUNDS_ON = true;
|
||||
|
||||
public const bool SHOP_PLAYER_SKINS = true;
|
||||
|
||||
public const bool PICKUPS_SKINS = true;
|
||||
|
||||
public const bool DIE_AT_ZERO = true;
|
||||
|
||||
public const bool CHECKPOINTS_ENABLED = true;
|
||||
|
||||
public const bool V16_SECTIONS = true;
|
||||
|
||||
public const bool VISUAL_ITEM = true;
|
||||
|
||||
public const bool NEW_GAME_CAM = false;
|
||||
|
||||
public const bool ONE_COLLECTIBLE = false;
|
||||
|
||||
public const bool BONUS_LEVEL = false;
|
||||
|
||||
public const bool NO_BREAK_WALK_EVENT = false;
|
||||
}
|
||||
Reference in New Issue
Block a user