mirror of
https://github.com/PorktoberRevolution/ReStocked
synced 2024-09-01 17:34:42 +00:00
Fixed panel initial version
This commit is contained in:
parent
6df82ba0ba
commit
3235a0680e
Binary file not shown.
Binary file not shown.
Binary file not shown.
Before Width: | Height: | Size: 4.0 MiB After Width: | Height: | Size: 4.0 MiB |
Binary file not shown.
After Width: | Height: | Size: 82 B |
Binary file not shown.
After Width: | Height: | Size: 1.0 MiB |
Binary file not shown.
After Width: | Height: | Size: 1.0 MiB |
Binary file not shown.
Binary file not shown.
@ -5,8 +5,8 @@
|
|||||||
// - (solarPanels3)
|
// - (solarPanels3)
|
||||||
// - SP-W 3x2 Photovoltaic Panels (solarPanels1)
|
// - SP-W 3x2 Photovoltaic Panels (solarPanels1)
|
||||||
// - Gigantor XL Solar Array (largeSolarPanel)
|
// - Gigantor XL Solar Array (largeSolarPanel)
|
||||||
// - ()
|
// - OX-STAT Photovoltaic Panels (solarPanels5)
|
||||||
// - ()
|
// - OX-STAT-XL Photovoltaic Panels (LgRadialSolarPanel)
|
||||||
|
|
||||||
// 1x6
|
// 1x6
|
||||||
@PART[solarPanels4]
|
@PART[solarPanels4]
|
||||||
@ -216,3 +216,41 @@
|
|||||||
rotation = 0, 0, 0
|
rotation = 0, 0, 0
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
// Static Small
|
||||||
|
@PART[solarPanels5]
|
||||||
|
{
|
||||||
|
@author = Chris Adderley (Nertea)
|
||||||
|
!mesh = DELETE
|
||||||
|
!MODEL,* {}
|
||||||
|
MODEL
|
||||||
|
{
|
||||||
|
model = ReStock/Assets/Electrical/restock-solarpanel-static-small
|
||||||
|
position = 0.0, 0.0, 0.0
|
||||||
|
scale = 1,1,1
|
||||||
|
rotation = 0, 0, 0
|
||||||
|
}
|
||||||
|
//MODEL
|
||||||
|
//{
|
||||||
|
//model = Squad/Parts/Electrical/radialFlatSolarPanel/model
|
||||||
|
//}
|
||||||
|
}
|
||||||
|
|
||||||
|
// Gigantor
|
||||||
|
@PART[LgRadialSolarPanel]
|
||||||
|
{
|
||||||
|
@author = Chris Adderley (Nertea)
|
||||||
|
!mesh = DELETE
|
||||||
|
!MODEL,* {}
|
||||||
|
MODEL
|
||||||
|
{
|
||||||
|
model = ReStock/Assets/Electrical/restock-solarpanel-static-large
|
||||||
|
position = 0.0, 0.0, 0.0
|
||||||
|
scale = 1,1,1
|
||||||
|
rotation = 0, 0, 0
|
||||||
|
}
|
||||||
|
//MODEL
|
||||||
|
//{
|
||||||
|
//model = Squad/Parts/Misc/AsteroidDay/LgRadialSolar
|
||||||
|
//}
|
||||||
|
}
|
Loading…
Reference in New Issue
Block a user