Compare commits

..

3 commits

Author SHA1 Message Date
87f395af86
Brighter turn indicators. 2024-11-18 17:17:24 -07:00
44ea291a1d
Testing TTS messages. 2024-11-18 17:16:45 -07:00
af1217827f
Player turn indicator. 2024-11-18 14:35:41 -07:00
81 changed files with 12 additions and 4 deletions

View file

@ -1,11 +1,10 @@
[/Script/EngineSettings.GameMapsSettings]
GameDefaultMap=/Game/Maps/Menu.Menu
GameDefaultMap=/Game/Maps/Desert.Desert
EditorStartupMap=/Game/Maps/Desert.Desert
ServerDefaultMap=/Game/Maps/Menu.Menu
bUseSplitscreen=False
bOffsetPlayerGamepadIds=True
bUseSplitscreen=False
[/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.

View file

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