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