MCPcopy Create free account
hub / github.com/bfbbdecomp/bfbb / on_spawn_bubble_wall

Function on_spawn_bubble_wall

src/SB/Game/zFX.cpp:115–118  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

113
114static const F32 defaultGooTimes[4] = { 0.00001f, 2.0f, 15.0f, 2.0f };
115static const F32 defaultGooWarbc[4] = { 0.25f, 2.0f, 0.25f, 1.2f };
116static const xVec3 bubblewall_scale = { 2.4f, 2.4f, 2.4f };
117static const xVec3 bubblewall_velscale = { 1.0f, 0.5f, 0.5f };
118
119zFXGooInstance zFXGooInstances[24];
120U32 gFXSurfaceFlags = 0;
121

Callers

nothing calls this directly

Calls 1

zFX_SpawnBubbleWallFunction · 0.85

Tested by

no test coverage detected