Open no-lex opened 2 years ago
The particle renderer uses a hardcoded list of partrender * objects in a global variable called parts. These should be available for the game to define, not the engine.
partrender *
parts
The particle renderer uses a hardcoded list of
partrender *
objects in a global variable calledparts
. These should be available for the game to define, not the engine.