Skip to content

Commit

Permalink
Merge branch 'master' of https://github.com/Acknex/galep
Browse files Browse the repository at this point in the history
  • Loading branch information
firoball committed Jun 27, 2016
2 parents ae193e0 + 59108fb commit fd7a399
Show file tree
Hide file tree
Showing 3 changed files with 1 addition and 1 deletion.
Binary file added media/Victory.ogg
Binary file not shown.
Binary file added models/ufo_alien.mdl
Binary file not shown.
2 changes: 1 addition & 1 deletion src/enemy.c
Original file line number Diff line number Diff line change
Expand Up @@ -221,6 +221,6 @@ void spawn_enemies()
{
var blubb = (1-minv(splineDistance/250000, 1))*8;
wait(-(2+blubb+random(10)));
ent_create("ufo.mdl", nullvector, enemy);
ent_create("ufo_alien.mdl", nullvector, enemy);
}
}

0 comments on commit fd7a399

Please sign in to comment.