fix contact calls and borderbound for mooq

liquid_container
Maikel de Vries 2016-03-06 10:45:02 +01:00
parent d768e9e256
commit 21cbf97562
4 changed files with 7 additions and 5 deletions

View File

@ -11,10 +11,8 @@ VertexY= 0,-5,5, 1,1,-1,-1
VertexCNAT=0, 4,8, 1,2, 1, 2
VertexFriction=300,300,100,300,300,300,300
Mass=250
ContactCalls=1
NoGet=1
Float=0
BorderBound=1
StretchGrowth=1
IncompleteActivity=1
Oversize=1

View File

@ -9,5 +9,4 @@ Value=10
Mass=10
Vertices=1
VertexY=1
VertexFriction=20
BorderBound=1
VertexFriction=20

View File

@ -51,6 +51,9 @@ func Sparkle() {
CreateParticle("Clusterflight", 0, 0, RandomX(-2,2),RandomX(-2,2), 36, clusterflight, 1);
}
local BorderBound = C4D_Border_Sides;
/* Act Map */
local ActMap = {

View File

@ -922,4 +922,6 @@ local MaxSpeed = 100;
local Speed = MaxSpeed;
local MaxJumpSpeed = 300;
local JumpSpeed = MaxJumpSpeed;
local NoBurnDecay = 1;
local NoBurnDecay = 1;
local BorderBound = C4D_Border_Sides;
local ContactCalls = true;