mirror of
https://github.com/ValveSoftware/source-sdk-2013.git
synced 2025-04-06 18:12:14 +00:00
credits and background_01 are now hidden maps
This commit is contained in:
parent
ca56714916
commit
2d4e036d69
1 changed files with 6 additions and 0 deletions
|
@ -11,8 +11,14 @@
|
|||
|
||||
icon "resource/icon"
|
||||
|
||||
// This needs to be gone if we're implemeting MP AND SP . If only MP, then "multiplayer_only"
|
||||
type singleplayer_only
|
||||
|
||||
hidden_maps {
|
||||
credits 1
|
||||
background_01 1
|
||||
}
|
||||
|
||||
FileSystem
|
||||
{
|
||||
SteamAppId 243750 // This sets the app ID in Steam. This is the Source SDK Base 2013 Multiplayer
|
||||
|
|
Loading…
Reference in a new issue