Add gearboxes and improve the operation of shafts.
This commit is contained in:
parent
9011835cf4
commit
613b92f541
5 changed files with 125 additions and 96 deletions
|
|
@ -25,7 +25,7 @@ function ns.add_point(point, args)
|
|||
min = vector.new(-1,-1,-1),
|
||||
max = vector.new(1,1,1)
|
||||
},
|
||||
texture = args and args.color and "[fill:1x1:0,0:"..args.color or args.texture or "[fill:1x1:0,0:#faa",
|
||||
texture = args and args.color and "[fill:1x1:0,0:"..args.color or args and args.texture or "[fill:1x1:0,0:#faa",
|
||||
time = 10,
|
||||
amount = 50,
|
||||
size = 5
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue