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
|
||||
pitchMin = 0
|
||||
pitchMax = 180
|
||||
pitchAngle = 180
|
||||
}
|
||||
MODULE
|
||||
{
|
||||
@ -91,6 +90,7 @@
|
||||
canPitch = true
|
||||
pitchAxisName = X
|
||||
pitchMin = 0
|
||||
pitchMin = 0
|
||||
pitchMax = 180
|
||||
}
|
||||
MODULE
|
||||
|
@ -17,7 +17,7 @@ PART
|
||||
scale = 1
|
||||
// --- node definitions ---
|
||||
// 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 ---
|
||||
TechRequired = advFlightControl
|
||||
entryCost = 200
|
||||
|
@ -20,9 +20,10 @@ PART
|
||||
node_attach = 0.008, -0.0, -0.00, 1.0, 0.0, 0.0
|
||||
// --- editor parameters ---
|
||||
TechRequired = advFlightControl
|
||||
entryCost = 125
|
||||
entryCost = 0
|
||||
category = none
|
||||
TechHidden = True
|
||||
cost = 4
|
||||
category = Control
|
||||
title = #LOC_RestockPlus_restock-rcs-single-mini-1_title
|
||||
manufacturer = #autoLOC_501631
|
||||
description = #LOC_RestockPlus_restock-rcs-single-mini-1_description
|
||||
|
Loading…
Reference in New Issue
Block a user