Save/Load Works, User can add Save Slots now manually

This commit is contained in:
Simeon "Waldo" Wallrath 2024-02-18 22:09:11 +01:00
parent 59e03a404c
commit dcf9f74aff
11 changed files with 50 additions and 13 deletions

Binary file not shown.

Binary file not shown.

Binary file not shown.

BIN
VIRTUOS_ExpansionPluginTests/Content/MainMenu/WB_Main.uasset (Stored with Git LFS) Normal file

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

@ -0,0 +1,28 @@
{
"tasks": [
{
"type": "cppbuild",
"label": "C/C++: g++.exe build active file",
"command": "C:\\Strawberry\\c\\bin\\g++.exe",
"args": [
"-fdiagnostics-color=always",
"-g",
"${file}",
"-o",
"${fileDirname}\\${fileBasenameNoExtension}.exe"
],
"options": {
"cwd": "${fileDirname}"
},
"problemMatcher": [
"$gcc"
],
"group": {
"kind": "build",
"isDefault": true
},
"detail": "Task generated by Debugger."
}
],
"version": "2.0.0"
}