forked from vilmibm/tilde-train
Compare commits
No commits in common. "f972b9b5cddbe43c0cb12f796b26cfe7399a37a3" and "1162faad18789c27ecb5652af2d861347dbfd569" have entirely different histories.
f972b9b5cd
...
1162faad18
@ -6,10 +6,12 @@
|
|||||||
## \__|_|_\__,_\___(_)__|_| \__,_|_|_||_|
|
## \__|_|_\__,_\___(_)__|_| \__,_|_|_||_|
|
||||||
##
|
##
|
||||||
## tilde.train is an instance of TerminalTrain. It was originally developed
|
## tilde.train is an instance of TerminalTrain. It was originally developed
|
||||||
## by cmccabe on tilde.town but is now maintained by vilmibm.
|
## by cmccabe on tilde.town but is now maintained in tildegit with the main
|
||||||
|
## development ocurring on rawtext.club.
|
||||||
##
|
##
|
||||||
## If you want to contribute code improvements, create a pull request here:
|
## If you want to contribute to code improvement, or if you have suggestions
|
||||||
## https://git.tilde.town/vilmibm/tilde-train
|
## for cmccabe, create a pull request here: https://tildegit.org/cmccabe/TerminalTrain
|
||||||
|
## or email cmccabe at cmccabe@rawtext.club
|
||||||
##
|
##
|
||||||
## -----------------
|
## -----------------
|
||||||
##
|
##
|
||||||
@ -51,7 +53,7 @@ print_train = False ## print train to file (instead of the screen scroll)
|
|||||||
train = [""]*max_y ## empty train of correct height.
|
train = [""]*max_y ## empty train of correct height.
|
||||||
cars = []
|
cars = []
|
||||||
|
|
||||||
engine = r""" ____
|
engine = """ ____
|
||||||
|____| ------------
|
|____| ------------
|
||||||
| | === | ------ |
|
| | === | ------ |
|
||||||
___| |__| |_____| | O | |
|
___| |__| |_____| | O | |
|
||||||
@ -63,7 +65,7 @@ engine = r""" ____
|
|||||||
//// \__/ \__/ \__/ \__/ """
|
//// \__/ \__/ \__/ \__/ """
|
||||||
engine = engine.split("\n")
|
engine = engine.split("\n")
|
||||||
|
|
||||||
caboose = r""" ||
|
caboose = """ ||
|
||||||
============= ||
|
============= ||
|
||||||
=========| |==========
|
=========| |==========
|
||||||
| ---- ---- |
|
| ---- ---- |
|
||||||
@ -75,7 +77,7 @@ caboose = r""" ||
|
|||||||
\__/ \__/ \__/ \__/ """
|
\__/ \__/ \__/ \__/ """
|
||||||
caboose = caboose.split("\n")
|
caboose = caboose.split("\n")
|
||||||
|
|
||||||
default_car = r""" ----------------------------
|
default_car = """ ----------------------------
|
||||||
| |
|
| |
|
||||||
| YOUR TRAIN CAR HERE! |
|
| YOUR TRAIN CAR HERE! |
|
||||||
| Just create a |
|
| Just create a |
|
||||||
|
Loading…
x
Reference in New Issue
Block a user