tail tweaks (and bounce)
This commit is contained in:
parent
29102f41bd
commit
7d5aba688f
4 changed files with 10 additions and 6 deletions
File diff suppressed because one or more lines are too long
|
|
@ -2,5 +2,5 @@ local squapi = require("scripts.libs.SquAPI")
|
||||||
|
|
||||||
squapi.bounceWalk:new(
|
squapi.bounceWalk:new(
|
||||||
models.models.main,
|
models.models.main,
|
||||||
nil
|
0.35
|
||||||
)
|
)
|
||||||
|
|
|
||||||
|
|
@ -30,10 +30,14 @@ local tail_segments = {
|
||||||
|
|
||||||
squapi.tail:new(
|
squapi.tail:new(
|
||||||
tail_segments,
|
tail_segments,
|
||||||
nil,
|
5,
|
||||||
nil,
|
0,
|
||||||
nil,
|
1,
|
||||||
nil,
|
nil,
|
||||||
1,
|
1,
|
||||||
5
|
5,
|
||||||
|
nil,
|
||||||
|
nil,
|
||||||
|
0.03,
|
||||||
|
0.9
|
||||||
)
|
)
|
||||||
|
|
|
||||||
Binary file not shown.
|
Before Width: | Height: | Size: 781 B After Width: | Height: | Size: 1.1 KiB |
Loading…
Add table
Add a link
Reference in a new issue