Files
butchers-games-test/Assets/Scripts/Services/GameFeatures.cs
T
Boris Nikolaev 5f1e94b653 add project files
2026-08-14 01:58:31 +03:00

31 lines
637 B
C#

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;
}