mirror of
https://github.com/drewcassidy/KSP-Conformal-Decals.git
synced 2024-09-01 18:23:54 +00:00
Refactor yet again and add autotiling
This commit is contained in:
@ -43,15 +43,13 @@ PART
|
||||
|
||||
MODULE
|
||||
{
|
||||
name = ModuleConformalDecalGeneric
|
||||
name = ModuleConformalDecal
|
||||
|
||||
decalFront = Decal-Front
|
||||
decalBack = Decal-Back
|
||||
decalModel = Decal-Model
|
||||
|
||||
useBaseNormal = false
|
||||
|
||||
|
||||
}
|
||||
|
||||
MODULE {
|
||||
@ -62,7 +60,7 @@ PART
|
||||
|
||||
MODULE {
|
||||
IDENTIFIER {
|
||||
name = ModuleConformalDecalGeneric
|
||||
name = ModuleConformalDecal
|
||||
}
|
||||
DATA {
|
||||
shader = ConformalDecals/Feature/Bumped
|
||||
@ -88,7 +86,7 @@ PART
|
||||
|
||||
MODULE {
|
||||
IDENTIFIER {
|
||||
name = ModuleConformalDecalGeneric
|
||||
name = ModuleConformalDecal
|
||||
}
|
||||
DATA {
|
||||
shader = ConformalDecals/Paint/Diffuse
|
||||
|
@ -44,7 +44,7 @@ PART
|
||||
|
||||
MODULE
|
||||
{
|
||||
name = ModuleConformalDecalFlag
|
||||
name = ModuleConformalFlag
|
||||
|
||||
decalFront = Decal-Front
|
||||
decalBack = Decal-Back
|
||||
|
Binary file not shown.
Reference in New Issue
Block a user