-
Notifications
You must be signed in to change notification settings - Fork 82
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Review and update GlueTheGiant to version 1.0.1. #592
- Loading branch information
Showing
1 changed file
with
1 addition
and
1 deletion.
There are no files selected for viewing
Submodule GlueTheGiant
updated
36 files
+89 −24 | README.md | |
+188 −44 | design/busdepot.svg | |
+89 −95 | design/busroute.svg | |
+45 −51 | design/enterbus.svg | |
+44 −50 | design/exitbus.svg | |
+3,354 −0 | design/gigbus.svg | |
+3,811 −0 | design/metrocitybus.svg | |
+4 −4 | design/minibus.svg | |
+36 −31 | design/schoolbus.svg | |
+ − | design/screenshot.png | |
+35 −13 | plugin.json | |
+80 −45 | res/BusDepot.svg | |
+104 −98 | res/BusRoute.svg | |
+55 −49 | res/EnterBus.svg | |
+56 −50 | res/ExitBus.svg | |
+3,185 −0 | res/GigBus.svg | |
+3,947 −0 | res/MetroCityBus.svg | |
+2 −2 | res/MiniBus.svg | |
+5 −7 | res/SchoolBus.svg | |
+27 −21 | res/components/BlackTinyKnob.svg | |
+31 −25 | res/components/BlueTinyKnob.svg | |
+27 −21 | res/components/GrayTinyKnob.svg | |
+32 −26 | res/components/OrangeTinyKnob.svg | |
+28 −22 | res/components/RedTinyKnob.svg | |
+5 −5 | res/components/ScrewUp.svg | |
+8 −8 | src/BusDepot.cpp | |
+12 −12 | src/BusRoute.cpp | |
+6 −6 | src/EnterBus.cpp | |
+6 −6 | src/ExitBus.cpp | |
+150 −0 | src/GigBus.cpp | |
+375 −0 | src/MetroCityBus.cpp | |
+3 −3 | src/MiniBus.cpp | |
+17 −14 | src/SchoolBus.cpp | |
+1 −1 | src/components.hpp | |
+3 −1 | src/plugin.cpp | |
+3 −1 | src/plugin.hpp |