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" : [ "install" : [
{ "file" : "ksp-mods/KPUFlags", { "file" : "ksp-mods/KPUFlags",
"install_to" : "GameData" "install_to" : "GameData/KPUFlags"
} }
], ],
"tags": [ "tags": [

View File

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