let's try fixing some bugs

This commit is contained in:
Izaya 2022-12-07 00:44:21 +11:00
parent 37c818626b
commit 7af6daee25
2 changed files with 11 additions and 11 deletions

View File

@ -15,7 +15,7 @@
},
"install" : [
{ "file" : "ksp-mods/KPUFlags",
"install_to" : "GameData"
"install_to" : "GameData/KPUFlags"
}
],
"tags": [

View File

@ -6,15 +6,15 @@ SUITCOMBOS
suitType = Vintage
gender = Male
name = KPU_M
suitTexture = KPU/KPUSuits/Textures/KPUSuit_diff
normalTexture = KPU/KPUSuits/Textures/KPUSuit_nrm
sprite = KPU/KPUSuits/Icons/KPUSuit_M
suitTexture = KPUSuits/Textures/KPUSuit_diff
normalTexture = KPUSuits/Textures/KPUSuit_nrm
sprite = KPUSuits/Icons/KPUSuit_M
primaryColor = #ce2018
secondaryColor = #f2dab0
IVA
{
suitTexture = KPU/KPUSuits/Textures/KPUSuit_diff
normalTexture = KPU/KPUSuits/Textures/KPUSuit_nrm
suitTexture = KPUSuits/Textures/KPUSuit_diff
normalTexture = KPUSuits/Textures/KPUSuit_nrm
}
}
SUITCOMBO
@ -23,15 +23,15 @@ SUITCOMBOS
suitType = Vintage
gender = Female
name = KPU_F
suitTexture = KPU/KPUSuits/Textures/KPUSuit_diff
normalTexture = KPU/KPUSuits/Textures/KPUSuit_nrm
sprite = KPU/KPUSuits/Icons/KPUSuit_F
suitTexture = KPUSuits/Textures/KPUSuit_diff
normalTexture = KPUSuits/Textures/KPUSuit_nrm
sprite = KPUSuits/Icons/KPUSuit_F
primaryColor = #ce2018
secondaryColor = #f2dab0
IVA
{
suitTexture = KPU/KPUSuits/Textures/KPUSuit_diff
normalTexture = KPU/KPUSuits/Textures/KPUSuit_nrm
suitTexture = KPUSuits/Textures/KPUSuit_diff
normalTexture = KPUSuits/Textures/KPUSuit_nrm
}
}
}