Merge pull request #31 from Games-Academy-Student-Work-22-23/MainMenu-Creation

Main menu creation
This commit is contained in:
Philip W 2023-05-04 18:00:19 +01:00 committed by GitHub Enterprise
commit 5b1abf1a70
33 changed files with 89 additions and 18 deletions

View File

@ -15,6 +15,7 @@ ManualIPAddress=
[/Script/Engine.Engine]
+ActiveGameNameRedirects=(OldGameName="/Script/TP_ThirdPerson",NewGameName="/Script/the_twilight_abyss")
+ActiveGameNameRedirects=(OldGameName="TP_ThirdPerson",NewGameName="/Script/the_twilight_abyss")
UseStaticMeshMinLODPerQualityLevels=False
[/Script/EngineSettings.GameMapsSettings]
EditorStartupMap=/Game/Levels/Build.Build
@ -147,4 +148,5 @@ r.DynamicGlobalIlluminationMethod=1
r.Lumen.TraceMeshSDFs=0
r.SkinCache.CompileShaders=True
r.RayTracing=True
r.Lumen.TranslucencyReflections.FrontLayer.EnableForProject=True

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

BIN
Content/Images/play_icon.uasset (Stored with Git LFS) Normal file

Binary file not shown.

BIN
Content/Images/quit_button.uasset (Stored with Git LFS) Normal file

Binary file not shown.

BIN
Content/Images/settings_button.uasset (Stored with Git LFS) Normal file

Binary file not shown.

BIN
Content/Levels/Testing/MainMenuLevel.umap (Stored with Git LFS)

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

BIN
UI designs/Settings_UI/play_icon.png (Stored with Git LFS) Normal file

Binary file not shown.

BIN
UI designs/Settings_UI/playborder_icon.png (Stored with Git LFS) Normal file

Binary file not shown.

BIN
UI designs/Settings_UI/quit_button.png (Stored with Git LFS) Normal file

Binary file not shown.

BIN
UI designs/Settings_UI/quitborder_button.png (Stored with Git LFS) Normal file

Binary file not shown.

BIN
UI designs/Settings_UI/settings_button.png (Stored with Git LFS) Normal file

Binary file not shown.

BIN
UI designs/Settings_UI/settingsborder_button.png (Stored with Git LFS) Normal file

Binary file not shown.