Compare commits

...
Sign in to create a new pull request.

8 commits
Input ... main

Author SHA1 Message Date
94c469c9d2 Merge pull request 'It's... mostly here now?' (#4) from finish-the-game into main
Reviewed-on: #4
2024-12-02 18:45:07 -07:00
3be4605b82
Merge branch 'main' into finish-the-game 2024-12-02 18:43:51 -07:00
fccc3bc9a7
It's... mostly here? 2024-12-02 18:39:53 -07:00
Konner Pierce
54af2687d3 Made the camera first person 2024-11-26 15:24:35 -08:00
Konner Pierce
5b01bc82a7 Built out ping system more 2024-11-26 15:15:07 -08:00
Konner Pierce
ef4d8fdb7e Added wind sound and basic main menu 2024-11-26 13:07:11 -08:00
Konner Pierce
70a65f632c Added sounds and with Kaj made more progress on the ping system 2024-11-18 18:53:37 -07:00
Papadaplus
7552c97214 Started node programming ping system 2024-11-10 17:38:17 -07:00
70 changed files with 4 additions and 12 deletions

View file

@ -1,10 +1,11 @@
[/Script/EngineSettings.GameMapsSettings]
GameDefaultMap=/Game/Maps/Desert.Desert
GameDefaultMap=/Game/Maps/Menu.Menu
EditorStartupMap=/Game/Maps/Desert.Desert
bOffsetPlayerGamepadIds=True
ServerDefaultMap=/Game/Maps/Menu.Menu
bUseSplitscreen=False
bOffsetPlayerGamepadIds=True
[/Script/WindowsTargetPlatform.WindowsTargetSettings]
DefaultGraphicsRHI=DefaultGraphicsRHI_DX12

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.

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.

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.

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.

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.

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.

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/Maps/Menu.umap Normal file

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

BIN
Content/UI/Menu.uasset Normal file

Binary file not shown.

Binary file not shown.

View file

@ -1,6 +1,6 @@
{
"FileVersion": 3,
"EngineAssociation": "{25FFA0B2-42DD-57FA-A153-E6A99311EEE5}",
"EngineAssociation": "{26639E4C-4AFB-FBC0-1A9A-3F975E1A3509}",
"Category": "",
"Description": "",
"Plugins": [
@ -21,15 +21,6 @@
},
{
"Name": "Bridge",
"Enabled": true,
"SupportedTargetPlatforms": [
"Win64",
"Mac",
"Linux"
]
},
{
"Name": "TextToSpeech",
"Enabled": true
}
]