mirror of
https://github.com/PorktoberRevolution/ReStocked
synced 2024-09-01 17:34:42 +00:00
add science instruments
This commit is contained in:
parent
52b5752b27
commit
1df392920a
BIN
Assets/CineboxAndrew/Science/restock-instruments-N.psd
Normal file
BIN
Assets/CineboxAndrew/Science/restock-instruments-N.psd
Normal file
Binary file not shown.
BIN
Assets/CineboxAndrew/Science/restock-instruments-S.psd
Normal file
BIN
Assets/CineboxAndrew/Science/restock-instruments-S.psd
Normal file
Binary file not shown.
BIN
Assets/CineboxAndrew/Science/restock-instruments.blend
Normal file
BIN
Assets/CineboxAndrew/Science/restock-instruments.blend
Normal file
Binary file not shown.
BIN
Assets/CineboxAndrew/Science/restock-instruments.psd
Normal file
BIN
Assets/CineboxAndrew/Science/restock-instruments.psd
Normal file
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
After Width: | Height: | Size: 512 KiB |
Binary file not shown.
After Width: | Height: | Size: 512 KiB |
Binary file not shown.
@ -0,0 +1,50 @@
|
||||
// Patches applying art changes to scientific instruments
|
||||
// Contents:
|
||||
// - Thermometer (sensorThermometer)
|
||||
// - Barometer (sensorBarometer)
|
||||
// - Accelerometer (sensorAccelerometer)
|
||||
// - Negative Gravioli Detector (sensorGravimeter)
|
||||
|
||||
// Thermometer
|
||||
@PART[sensorThermometer] {
|
||||
@author = Andrew Cassidy
|
||||
|
||||
!mesh = DELETE
|
||||
!MODEL = {}
|
||||
MODEL {
|
||||
model = ReStock/Assets/Science/restock-thermometer
|
||||
}
|
||||
}
|
||||
|
||||
//Barometer
|
||||
@PART[sensorBarometer] {
|
||||
@author = Andrew Cassidy
|
||||
|
||||
!mesh = DELETE
|
||||
!MODEL = {}
|
||||
MODEL {
|
||||
model = ReStock/Assets/Science/restock-barometer
|
||||
}
|
||||
}
|
||||
|
||||
// Accelerometer
|
||||
@PART[sensorAccelerometer] {
|
||||
@author = Andrew Cassidy
|
||||
|
||||
!mesh = DELETE
|
||||
!MODEL = {}
|
||||
MODEL {
|
||||
model = ReStock/Assets/Science/restock-accelerometer
|
||||
}
|
||||
}
|
||||
|
||||
// Negative Gravioli Detector
|
||||
@PART[sensorGravimeter] {
|
||||
@author = Andrew Cassidy
|
||||
|
||||
!mesh = DELETE
|
||||
!MODEL = {}
|
||||
MODEL {
|
||||
model = ReStock/Assets/Science/restock-gravimeter
|
||||
}
|
||||
}
|
Loading…
Reference in New Issue
Block a user