Skip to content

Commit

Permalink
Fix backgrounds, RC2
Browse files Browse the repository at this point in the history
  • Loading branch information
mon committed Apr 7, 2024
1 parent 7ea0617 commit 152f75d
Showing 1 changed file with 5 additions and 8 deletions.
13 changes: 5 additions & 8 deletions festo/ultimate/ultimate.cc
Original file line number Diff line number Diff line change
Expand Up @@ -212,9 +212,6 @@ static std::vector<const char *> BNR_TEXTURES {
"L44FO_BNR_J_EX_002",
"L44FO_BNR_J_EX_003",
"L44FO_BNR_J_EX_004",
"L44FO_BNR_J_UL_001",
"L44FO_BNR_J_UL_002",
"L44FO_BNR_J_UL_003",
};

// markers and backgrounds
Expand All @@ -223,14 +220,14 @@ static std::vector<const char *> EXTRA_MARKERS {
};
static std::vector<const char *> EXTRA_BACKGROUNDS {
"L44FO_PLAY_BACKGROUND_OM",
// "L44FO_PLAY_BACKGROUND_UL_01",
// "L44FO_PLAY_BACKGROUND_UL_02",
// "L44FO_PLAY_BACKGROUND_UL_03",
"L44FO_PLAY_BACKGROUND_UL_01",
"L44FO_PLAY_BACKGROUND_UL_02",
"L44FO_PLAY_BACKGROUND_UL_03",
};
static std::vector<const char *> EXTRA_BG_CHANGES {
"L44FO_STG_BG_CHANGE_OM",
// "L44FO_STG_BG_CHANGE_UL_01",
// "L44FO_STG_BG_CHANGE_UL_02",
"L44FO_STG_BG_CHANGE_UL_01",
"L44FO_STG_BG_CHANGE_UL_02",
};

// ultimate categories/folders
Expand Down

0 comments on commit 152f75d

Please # to comment.