mirror of
https://github.com/drewcassidy/KSP-Conformal-Decals.git
synced 2024-09-01 18:23:54 +00:00
Add slider for edge wear
This commit is contained in:
@ -14,6 +14,7 @@ Localization
|
||||
#LOC_ConformalDecals_gui-depth = Depth
|
||||
#LOC_ConformalDecals_gui-opacity = Opacity
|
||||
#LOC_ConformalDecals_gui-cutoff = Cutoff
|
||||
#LOC_ConformalDecals_gui-wear = Edge Wear
|
||||
#LOC_ConformalDecals_gui-aspectratio = Aspect Ratio
|
||||
#LOC_ConformalDecals_gui-select-flag = Select Flag
|
||||
#LOC_ConformalDecals_gui-reset-flag = Reset Flag
|
||||
|
@ -68,7 +68,7 @@ PART
|
||||
cutoff = 0.5
|
||||
cutoffAdjustable = false
|
||||
|
||||
scaleRange = 0.05, 1
|
||||
scaleRange = 0.1, 4
|
||||
|
||||
shader = ConformalDecals/Paint/Specular
|
||||
|
||||
@ -511,7 +511,7 @@ PART
|
||||
|
||||
SUBTYPE {
|
||||
name = numeral-0
|
||||
title = #LOC_ConformalDecals_generic-variant-numeral-10
|
||||
title = #LOC_ConformalDecals_generic-variant-numeral-0
|
||||
primaryColor = Black
|
||||
secondaryColor = White
|
||||
|
||||
|
@ -59,5 +59,6 @@ PART
|
||||
useBaseNormal = true
|
||||
|
||||
defaultDepth = 0.2
|
||||
defaultCutoff = 0
|
||||
}
|
||||
}
|
||||
|
Binary file not shown.
Reference in New Issue
Block a user