aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authororwell96 <mono96.mml@gmail.com>2016-11-03 15:50:50 +0100
committerorwell96 <mono96.mml@gmail.com>2016-11-03 15:50:50 +0100
commit85a8517bde9b6120c6cda0e96965a3970413152a (patch)
tree5d7766ad837171b37eca68a8cc6bd459bedfb75f
parent245f07d32324183ae2f300435c07e4cb7520ebc2 (diff)
downloadadvtrains-85a8517bde9b6120c6cda0e96965a3970413152a.tar.gz
advtrains-85a8517bde9b6120c6cda0e96965a3970413152a.tar.bz2
advtrains-85a8517bde9b6120c6cda0e96965a3970413152a.zip
make smoke also distribute horizontally a bit
-rw-r--r--advtrains.zipbin1349516 -> 1349526 bytes
-rw-r--r--wagons.lua4
2 files changed, 2 insertions, 2 deletions
diff --git a/advtrains.zip b/advtrains.zip
index dee85ee..42dd85e 100644
--- a/advtrains.zip
+++ b/advtrains.zip
Binary files differ
diff --git a/wagons.lua b/wagons.lua
index c4e5f21..5ce99bb 100644
--- a/wagons.lua
+++ b/wagons.lua
@@ -602,8 +602,8 @@ advtrains.register_wagon("newlocomotive", "steam",{
-- ^ If time is 0 has infinite lifespan and spawns the amount on a per-second base
minpos = {x=0, y=2, z=1.2},
maxpos = {x=0, y=2, z=1.2},
- minvel = {x=0, y=1.8, z=0},
- maxvel = {x=0, y=2, z=0},
+ minvel = {x=-0.2, y=1.8, z=-0.2},
+ maxvel = {x=0.2, y=2, z=0.2},
minacc = {x=0, y=-0.1, z=0},
maxacc = {x=0, y=-0.3, z=0},
minexptime = 2,