mirror of
https://github.com/drewcassidy/KSP-Conformal-Decals.git
synced 2024-09-01 18:23:54 +00:00
Disable drag on decals
This commit is contained in:
parent
4afc8c5527
commit
9814685e67
@ -37,10 +37,8 @@ PART
|
||||
|
||||
// Parameters
|
||||
mass = 0.0005
|
||||
dragModelType = default
|
||||
maximum_drag = 0.1
|
||||
minimum_drag = 0.05
|
||||
angularDrag = 1.0
|
||||
dragModel = NONE
|
||||
angularDrag = 0.0
|
||||
crashTolerance = 10
|
||||
maxTemp = 2000
|
||||
breakingForce = 350
|
||||
|
@ -37,10 +37,8 @@ PART
|
||||
|
||||
// Parameters
|
||||
mass = 0.0005
|
||||
dragModelType = default
|
||||
maximum_drag = 0.1
|
||||
minimum_drag = 0.05
|
||||
angularDrag = 1.0
|
||||
dragModel = NONE
|
||||
angularDrag = 0.0
|
||||
crashTolerance = 10
|
||||
maxTemp = 2000
|
||||
breakingForce = 350
|
||||
|
@ -37,10 +37,8 @@ PART
|
||||
|
||||
// Parameters
|
||||
mass = 0.0005
|
||||
dragModelType = default
|
||||
maximum_drag = 0.1
|
||||
minimum_drag = 0.05
|
||||
angularDrag = 1.0
|
||||
dragModel = NONE
|
||||
angularDrag = 0.0
|
||||
crashTolerance = 10
|
||||
maxTemp = 2000
|
||||
breakingForce = 350
|
||||
|
Loading…
Reference in New Issue
Block a user