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(
|
||||
models.models.main,
|
||||
nil
|
||||
0.35
|
||||
)
|
||||
|
|
|
|||
|
|
@ -30,10 +30,14 @@ local tail_segments = {
|
|||
|
||||
squapi.tail:new(
|
||||
tail_segments,
|
||||
nil,
|
||||
nil,
|
||||
nil,
|
||||
5,
|
||||
0,
|
||||
1,
|
||||
nil,
|
||||
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