GIT: Merge 3D
This commit is contained in:
commit
5650b66ec5
7 changed files with 4498 additions and 4649 deletions
File diff suppressed because it is too large
Load diff
BIN
Models/Instruments/Radio/res/Radio.jpg
Normal file
BIN
Models/Instruments/Radio/res/Radio.jpg
Normal file
Binary file not shown.
After Width: | Height: | Size: 112 KiB |
Binary file not shown.
Before Width: | Height: | Size: 320 KiB After Width: | Height: | Size: 296 KiB |
File diff suppressed because it is too large
Load diff
BIN
Models/Instruments/Radio/res/Radio_glare.png
Normal file
BIN
Models/Instruments/Radio/res/Radio_glare.png
Normal file
Binary file not shown.
After Width: | Height: | Size: 44 KiB |
|
@ -27,6 +27,9 @@ var fuelSvc = {
|
||||||
|
|
||||||
if (me.enable.getValue() and me.connect.getValue()) {
|
if (me.enable.getValue() and me.connect.getValue()) {
|
||||||
me.operate.setBoolValue(1);
|
me.operate.setBoolValue(1);
|
||||||
|
} else {
|
||||||
|
screen.log.write("Fuel truck not connected", 1, 0, 0);
|
||||||
|
return;
|
||||||
}
|
}
|
||||||
|
|
||||||
fuelTimer.start();
|
fuelTimer.start();
|
||||||
|
|
|
@ -1 +1 @@
|
||||||
50
|
51
|
Loading…
Reference in a new issue