This commit is contained in:
2024-08-30 04:21:33 -04:00
parent 53c2fa722f
commit 8931fe54d4
4 changed files with 3 additions and 48 deletions

View File

@ -402,37 +402,6 @@ static const LevelData LEVEL_DATA_DEFAULT[LEVEL_COUNT] =
},
};
/*
static const LevelData LEVEL_DATA_CHEAT[LEVEL_COUNT] =
{
{
.status = LEVEL_STATUS_UNLOCKED,
.score = -1,
.time = -1
},
{
.status = LEVEL_STATUS_UNLOCKED,
.score = -1,
.time = -1
},
{
.status = LEVEL_STATUS_UNLOCKED,
.score = -1,
.time = -1
},
{
.status = LEVEL_STATUS_UNLOCKED,
.score = -1,
.time = -1
},
{
.status = LEVEL_STATUS_UNLOCKED,
.score = -1,
.time = -1
},
};
*/
void state_change(State* self, StateType type);
void state_init(State* self, ECS* ecs, StateType type);
void state_free(State* self);