mirror of
https://github.com/PhantomGamesDevelopment/TWM2.git
synced 2026-03-06 05:50:30 +00:00
3.9.1 Update
Current work here...
This commit is contained in:
parent
d69404f3aa
commit
f25a53d74b
55 changed files with 1617 additions and 2011 deletions
|
|
@ -302,7 +302,7 @@ datablock FlareProjectileData(GuardianFlare) {
|
|||
|
||||
function DeathEffect_Fireworks(%position) {
|
||||
for(%i = 0; %i < getRandom(15, 25); %i++) {
|
||||
%dir = vectorAdd(getRandomPosition(1, 0), "0 0 2"); //all up
|
||||
%dir = vectorAdd(TWM2Lib_MainControl("getRandomPosition", 1 TAB 0), "0 0 2"); //all up
|
||||
%fW = new (FlareProjectile)() {
|
||||
datablock = FireworksRedFlareProj;
|
||||
initialPosition = %position;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue