1
0
Fork 0

GIT: Merge 3D

This commit is contained in:
Josh Davidson 2021-12-10 10:52:24 -05:00
commit 5650b66ec5
7 changed files with 4498 additions and 4649 deletions

File diff suppressed because it is too large Load diff

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

Binary file not shown.

After

Width:  |  Height:  |  Size: 44 KiB

View file

@ -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();

View file

@ -1 +1 @@
50 51