engine update

This commit is contained in:
STAM 2022-04-16 00:43:14 +03:00
parent 160bd8b9b6
commit 37a51015eb
Signed by: stam
GPG Key ID: E149C3760CFA3C7E
2 changed files with 10 additions and 0 deletions

View File

@ -38,6 +38,11 @@
"bin": "kl.exe", "bin": "kl.exe",
"name": "Engine Tools" "name": "Engine Tools"
}, },
{
"args": "-game klall -novid -condebug -condump +map testmap -shaderedit",
"bin": "kl.exe",
"name": "Shader Editor"
},
{ {
"args": "-steam -game klall", "args": "-steam -game klall",
"bin": "kl.exe", "bin": "kl.exe",

View File

@ -38,6 +38,11 @@
"bin": "bst.exe", "bin": "bst.exe",
"name": "Engine Tools" "name": "Engine Tools"
}, },
{
"args": "-game bst -novid -condebug -condump +map testmap -shaderedit",
"bin": "bst.exe",
"name": "Shader Editor"
},
{ {
"args": "-steam -game bst", "args": "-steam -game bst",
"bin": "bst.exe", "bin": "bst.exe",