mirror of
https://github.com/JonnyBro/beatrun-anims.git
synced 2024-12-28 13:03:01 +05:00
+walkback anim
This commit is contained in:
parent
e06248f7b2
commit
9cf35c8ac7
7 changed files with 2466 additions and 1 deletions
|
@ -1397,7 +1397,7 @@ $sequence "swingjumpoff" {
|
||||||
"climbanim_anims\swingjumpoff.smd"
|
"climbanim_anims\swingjumpoff.smd"
|
||||||
fadein 0.25
|
fadein 0.25
|
||||||
fadeout 0.5
|
fadeout 0.5
|
||||||
fps 30
|
fps 29
|
||||||
loop
|
loop
|
||||||
ikrule "rhand" release contact 0 fakeorigin 0 0 0 fakerotate 0 0 0 floor 0 height 0 radius 0 range 0 0 24 24 target 0
|
ikrule "rhand" release contact 0 fakeorigin 0 0 0 fakerotate 0 0 0 floor 0 height 0 radius 0 range 0 0 24 24 target 0
|
||||||
ikrule "lhand" release contact 0 fakeorigin 0 0 0 fakerotate 0 0 0 floor 0 height 0 radius 0 range 0 0 24 24 target 1
|
ikrule "lhand" release contact 0 fakeorigin 0 0 0 fakerotate 0 0 0 floor 0 height 0 radius 0 range 0 0 24 24 target 1
|
||||||
|
@ -1779,3 +1779,15 @@ $sequence "kick" {
|
||||||
ikrule "rfoot" release contact 0 fakeorigin 0 0 0 fakerotate 0 0 0 floor 0 height 0 radius 0 range 0 0 25 25 target 2
|
ikrule "rfoot" release contact 0 fakeorigin 0 0 0 fakerotate 0 0 0 floor 0 height 0 radius 0 range 0 0 25 25 target 2
|
||||||
ikrule "lfoot" release contact 0 fakeorigin 0 0 0 fakerotate 0 0 0 floor 0 height 0 radius 0 range 0 0 25 25 target 3
|
ikrule "lfoot" release contact 0 fakeorigin 0 0 0 fakerotate 0 0 0 floor 0 height 0 radius 0 range 0 0 25 25 target 3
|
||||||
}
|
}
|
||||||
|
|
||||||
|
$sequence "walkback" {
|
||||||
|
"climbanim_anims\walkback.smd"
|
||||||
|
fadein 0.25
|
||||||
|
fadeout 1
|
||||||
|
fps 30
|
||||||
|
loop
|
||||||
|
ikrule "rhand" release contact 0 fakeorigin 0 0 0 fakerotate 0 0 0 floor 0 height 0 radius 0 range 0 0 29 29 target 0
|
||||||
|
ikrule "lhand" release contact 0 fakeorigin 0 0 0 fakerotate 0 0 0 floor 0 height 0 radius 0 range 0 0 29 29 target 1
|
||||||
|
ikrule "rfoot" release contact 0 fakeorigin 0 0 0 fakerotate 0 0 0 floor 0 height 0 radius 0 range 0 0 29 29 target 2
|
||||||
|
ikrule "lfoot" release contact 0 fakeorigin 0 0 0 fakerotate 0 0 0 floor 0 height 0 radius 0 range 0 0 29 29 target 3
|
||||||
|
}
|
||||||
|
|
2453
climbanim/climbanim_anims/walkback.smd
Normal file
2453
climbanim/climbanim_anims/walkback.smd
Normal file
File diff suppressed because it is too large
Load diff
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Loading…
Reference in a new issue