mirror of
https://github.com/R2Northstar/NorthstarMods
synced 2026-08-25 12:29:17 -04:00
fix: Assign a background image to mp_lobby (#1010)
Some checks failed
Merge Conflict Auto Label / triage (push) Failing after 9s
Check Formatting / format (push) Successful in 29s
compile-check / compile (push) Has been cancelled
Build / check-loc-encoding (push) Has been cancelled
Build / check-missing-translations (push) Has been cancelled
Some checks failed
Merge Conflict Auto Label / triage (push) Failing after 9s
Check Formatting / format (push) Successful in 29s
compile-check / compile (push) Has been cancelled
Build / check-loc-encoding (push) Has been cancelled
Build / check-missing-translations (push) Has been cancelled
fix: assign a background image to mp_lobby
This commit is contained in:
parent
047cebfd8f
commit
ba9bf3f63b
1 changed files with 2 additions and 0 deletions
|
|
@ -67,6 +67,8 @@ struct
|
|||
} file
|
||||
|
||||
const table<asset> mapImages = {
|
||||
mp_lobby = $"rui/menu/main_menu/spotlight_13",
|
||||
|
||||
mp_forwardbase_kodai = $"loadscreens/mp_forwardbase_kodai_lobby",
|
||||
mp_grave = $"loadscreens/mp_grave_lobby",
|
||||
mp_homestead = $"loadscreens/mp_homestead_lobby",
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue