Compare commits
12 Commits
8c1de34eb5
...
442b977a65
| Author | SHA1 | Date | |
|---|---|---|---|
| 442b977a65 | |||
|
|
9f933f1f9c | ||
|
|
63a8e63dfe | ||
|
|
1a9364c821 | ||
|
|
0598ac722c | ||
|
|
7976384ac1 | ||
|
|
a4c547d7ce | ||
|
|
53aa864df2 | ||
|
|
4f499aab8e | ||
|
|
25cc608321 | ||
|
|
206dc5d36e | ||
|
|
99c6f2fd3b |
@@ -1,8 +1,20 @@
|
||||
|
||||
|
||||
[/Script/EngineSettings.GameMapsSettings]
|
||||
GameDefaultMap=/Game/Worlds/Playground1.Playground1
|
||||
EditorStartupMap=/Game/Worlds/Playground1.Playground1
|
||||
LocalMapOptions=
|
||||
TransitionMap=None
|
||||
bUseSplitscreen=True
|
||||
TwoPlayerSplitscreenLayout=Horizontal
|
||||
ThreePlayerSplitscreenLayout=FavorTop
|
||||
FourPlayerSplitscreenLayout=Grid
|
||||
bShowAllPlayerWidgetsWhenSplitscreenDisabled=False
|
||||
bOffsetPlayerGamepadIds=False
|
||||
GameInstanceClass=/Script/Engine.GameInstance
|
||||
GameDefaultMap=/Game/Worlds/MainMenu.MainMenu
|
||||
ServerDefaultMap=/Engine/Maps/Entry.Entry
|
||||
GlobalDefaultGameMode=/Script/Engine.GameModeBase
|
||||
GlobalDefaultServerGameMode=None
|
||||
|
||||
[/Script/Engine.RendererSettings]
|
||||
r.AllowStaticLighting=False
|
||||
|
||||
@@ -82,3 +82,6 @@ DefaultTouchInterface=/Engine/MobileResources/HUD/DefaultVirtualJoysticks.Defaul
|
||||
-ConsoleKeys=Tilde
|
||||
+ConsoleKeys=Tilde
|
||||
|
||||
[/Script/EnhancedInput.EnhancedInputDeveloperSettings]
|
||||
bEnableUserSettings=True
|
||||
|
||||
|
||||
BIN
Content/Sounds/MainSoundMix.uasset
Normal file
BIN
Content/Sounds/MainSoundMix.uasset
Normal file
Binary file not shown.
BIN
Content/Sounds/SFX_Ambient.uasset
Normal file
BIN
Content/Sounds/SFX_Ambient.uasset
Normal file
Binary file not shown.
BIN
Content/Sounds/SFX_Dialogue.uasset
Normal file
BIN
Content/Sounds/SFX_Dialogue.uasset
Normal file
Binary file not shown.
BIN
Content/Sounds/SFX_Effects.uasset
Normal file
BIN
Content/Sounds/SFX_Effects.uasset
Normal file
Binary file not shown.
BIN
Content/Sounds/SFX_Music.uasset
Normal file
BIN
Content/Sounds/SFX_Music.uasset
Normal file
Binary file not shown.
BIN
Content/Sounds/SFX_UI.uasset
Normal file
BIN
Content/Sounds/SFX_UI.uasset
Normal file
Binary file not shown.
BIN
Content/Sounds/UI/Woodblock_C4.mp3
Normal file
BIN
Content/Sounds/UI/Woodblock_C4.mp3
Normal file
Binary file not shown.
BIN
Content/Sounds/UI/Woodblock_C4.uasset
Normal file
BIN
Content/Sounds/UI/Woodblock_C4.uasset
Normal file
Binary file not shown.
BIN
Content/Sounds/UI/Woodblock_F4.mp3
Normal file
BIN
Content/Sounds/UI/Woodblock_F4.mp3
Normal file
Binary file not shown.
BIN
Content/Sounds/UI/Woodblock_F4.uasset
Normal file
BIN
Content/Sounds/UI/Woodblock_F4.uasset
Normal file
Binary file not shown.
BIN
Content/UI_Menus/MainMenu/BP_MainMenu.uasset
Normal file
BIN
Content/UI_Menus/MainMenu/BP_MainMenu.uasset
Normal file
Binary file not shown.
BIN
Content/UI_Menus/MainMenu/BP_MainMenu_Gamemode.uasset
Normal file
BIN
Content/UI_Menus/MainMenu/BP_MainMenu_Gamemode.uasset
Normal file
Binary file not shown.
BIN
Content/UI_Menus/SettingsMenu/BP_ApplyGraphicsSettings.uasset
Normal file
BIN
Content/UI_Menus/SettingsMenu/BP_ApplyGraphicsSettings.uasset
Normal file
Binary file not shown.
BIN
Content/UI_Menus/SettingsMenu/BP_AudioSettings.uasset
Normal file
BIN
Content/UI_Menus/SettingsMenu/BP_AudioSettings.uasset
Normal file
Binary file not shown.
BIN
Content/UI_Menus/SettingsMenu/BP_DisplaySettings.uasset
Normal file
BIN
Content/UI_Menus/SettingsMenu/BP_DisplaySettings.uasset
Normal file
Binary file not shown.
BIN
Content/UI_Menus/SettingsMenu/BP_GraphicsSettings.uasset
Normal file
BIN
Content/UI_Menus/SettingsMenu/BP_GraphicsSettings.uasset
Normal file
Binary file not shown.
BIN
Content/UI_Menus/SettingsMenu/BP_SettingsMenu.uasset
Normal file
BIN
Content/UI_Menus/SettingsMenu/BP_SettingsMenu.uasset
Normal file
Binary file not shown.
Binary file not shown.
BIN
Content/UI_Menus/SettingsMenu/Controls/KeyCategories.uasset
Normal file
BIN
Content/UI_Menus/SettingsMenu/Controls/KeyCategories.uasset
Normal file
Binary file not shown.
BIN
Content/UI_Menus/SettingsMenu/Controls/KeyMappings.uasset
Normal file
BIN
Content/UI_Menus/SettingsMenu/Controls/KeyMappings.uasset
Normal file
Binary file not shown.
BIN
Content/UI_Menus/SettingsMenu/SettingsSave.uasset
Normal file
BIN
Content/UI_Menus/SettingsMenu/SettingsSave.uasset
Normal file
Binary file not shown.
BIN
Content/UI_Menus/StartMenu/BP_StartMenu.uasset
Normal file
BIN
Content/UI_Menus/StartMenu/BP_StartMenu.uasset
Normal file
Binary file not shown.
BIN
Content/UI_Menus/StartMenu/BP_StartMenu_Controller.uasset
Normal file
BIN
Content/UI_Menus/StartMenu/BP_StartMenu_Controller.uasset
Normal file
Binary file not shown.
BIN
Content/UI_Menus/StartMenu/B_StartMenu_Gamemode.uasset
Normal file
BIN
Content/UI_Menus/StartMenu/B_StartMenu_Gamemode.uasset
Normal file
Binary file not shown.
BIN
Content/Worlds/MainMenu.umap
Normal file
BIN
Content/Worlds/MainMenu.umap
Normal file
Binary file not shown.
Reference in New Issue
Block a user