mirror of
https://github.com/PorktoberRevolution/ReStocked
synced 2024-09-01 17:34:42 +00:00
Fix light issues
This commit is contained in:
parent
bbea67abc8
commit
8eaebb1fb6
Binary file not shown.
Binary file not shown.
@ -32,7 +32,6 @@
|
|||||||
pitchAxisName = X
|
pitchAxisName = X
|
||||||
pitchMin = 0
|
pitchMin = 0
|
||||||
pitchMax = 180
|
pitchMax = 180
|
||||||
pitchAngle = 180
|
|
||||||
}
|
}
|
||||||
MODULE
|
MODULE
|
||||||
{
|
{
|
||||||
@ -91,6 +90,7 @@
|
|||||||
canPitch = true
|
canPitch = true
|
||||||
pitchAxisName = X
|
pitchAxisName = X
|
||||||
pitchMin = 0
|
pitchMin = 0
|
||||||
|
pitchMin = 0
|
||||||
pitchMax = 180
|
pitchMax = 180
|
||||||
}
|
}
|
||||||
MODULE
|
MODULE
|
||||||
|
@ -17,7 +17,7 @@ PART
|
|||||||
scale = 1
|
scale = 1
|
||||||
// --- node definitions ---
|
// --- node definitions ---
|
||||||
// definition format is Position X, Position Y, Position Z, Up X, Up Y, Up Z
|
// definition format is Position X, Position Y, Position Z, Up X, Up Y, Up Z
|
||||||
node_attach = 0.045212, -0.0, -0.00, 1.0, 0.0, 0.0
|
node_attach = 0.00, -0.0, -0.00, 1.0, 0.0, 0.0
|
||||||
// --- editor parameters ---
|
// --- editor parameters ---
|
||||||
TechRequired = advFlightControl
|
TechRequired = advFlightControl
|
||||||
entryCost = 200
|
entryCost = 200
|
||||||
|
@ -20,9 +20,10 @@ PART
|
|||||||
node_attach = 0.008, -0.0, -0.00, 1.0, 0.0, 0.0
|
node_attach = 0.008, -0.0, -0.00, 1.0, 0.0, 0.0
|
||||||
// --- editor parameters ---
|
// --- editor parameters ---
|
||||||
TechRequired = advFlightControl
|
TechRequired = advFlightControl
|
||||||
entryCost = 125
|
entryCost = 0
|
||||||
|
category = none
|
||||||
|
TechHidden = True
|
||||||
cost = 4
|
cost = 4
|
||||||
category = Control
|
|
||||||
title = #LOC_RestockPlus_restock-rcs-single-mini-1_title
|
title = #LOC_RestockPlus_restock-rcs-single-mini-1_title
|
||||||
manufacturer = #autoLOC_501631
|
manufacturer = #autoLOC_501631
|
||||||
description = #LOC_RestockPlus_restock-rcs-single-mini-1_description
|
description = #LOC_RestockPlus_restock-rcs-single-mini-1_description
|
||||||
|
Loading…
Reference in New Issue
Block a user