Home
last modified time | relevance | path

Searched refs:entity_partRotate (Results 1 – 9 of 9) sorted by relevance

/dports/games/aquaria/Aquaria-OSE-v1.002-22-g84366ad/files/scripts/entities/
H A Dsqueezer.lua129 entity_partRotate(me, "FlipperLeft", 4, 1, -1, 1, 1)
130 entity_partRotate(me, "FlipperRight", -4, 1, -1, 1, 1)
132 entity_partRotate(me, "FlipperLeft", -64, entity_getStateTime(me), 0, 0, 0)
133 entity_partRotate(me, "FlipperRight", 64, entity_getStateTime(me), 0, 0, 0)
135 entity_partRotate(me, "FlipperLeft", 0, 1)
136 entity_partRotate(me,"FlipperRight", 0, 1)
H A Drotcrab.lua82 entity_partRotate(me, "ClawLeft", -32, 0.5, -1, 1, 1);
83 entity_partRotate(me, "ClawRight", 32, 0.5, -1, 1, 1);
85 entity_partRotate(me, "LegsLeft", 16, 0.25, -1, 1, 1);
86 entity_partRotate(me, "LegsRight", -16, 0.25, -1, 1, 1);
H A Dkingcrab.lua81 entity_partRotate(me, "ClawLeft", -32, 0.5, -1, 1, 1);
82 entity_partRotate(me, "ClawRight", 32, 0.5, -1, 1, 1);
84 entity_partRotate(me, "LegsLeft", 16, 0.25, -1, 1, 1);
85 entity_partRotate(me, "LegsRight", -16, 0.25, -1, 1, 1);
H A Dtrillious.lua75 entity_partRotate(me, "FlipperLeft", 45, v.swimTime/2, -1, 1, 1)
76 entity_partRotate(me, "FlipperRight", -45, v.swimTime/2, -1, 1, 1)
H A Dduoeye.lua79 entity_partRotate(me, "FlipperLeft", -20, v.swimTime/2, -1, 1, 1)
80 entity_partRotate(me, "FlipperRight", 20, v.swimTime/2, -1, 1, 1)
H A Dmoneye.lua87 entity_partRotate(me, "FlipperLeft", -20, v.swimTime/2, -1, 1, 1)
88 entity_partRotate(me, "FlipperRight", 20, v.swimTime/2, -1, 1, 1)
/dports/games/aquaria/Aquaria-OSE-v1.002-22-g84366ad/files/scripts/entities/_unused/
H A Dminicrab.lua79 entity_partRotate("ClawLeft", -32, 0.5, -1, 1, 1);
80 entity_partRotate("ClawRight", 32, 0.5, -1, 1, 1);
82 entity_partRotate("LegsLeft", 16, 0.25, -1, 1, 1);
83 entity_partRotate("LegsRight", -16, 0.25, -1, 1, 1);
H A Dforestgodcrab.lua80 entity_partRotate(me, "ClawLeft", -32, 0.5, -1, 1, 1);
81 entity_partRotate(me, "ClawRight", 32, 0.5, -1, 1, 1);
83 entity_partRotate(me, "LegsLeft", 16, 0.25, -1, 1, 1);
84 entity_partRotate(me, "LegsRight", -16, 0.25, -1, 1, 1);
/dports/games/aquaria/Aquaria-OSE-v1.002-22-g84366ad/Aquaria/
H A DScriptInterface.cpp7966 luaFunc(entity_partRotate) in luaFunc() argument
9679 luaRegister(entity_partRotate),