added morphs, fix some bugs, new images
added onAlienInRadius trigger but it not work right((
This commit is contained in:
@@ -60,6 +60,7 @@ void Aliens::retrace(bool * OK)
|
||||
|
||||
void Aliens::delAlien(int id, bool missed)
|
||||
{
|
||||
emit alien_killed(id);
|
||||
if (missed)
|
||||
{
|
||||
m_missingAliens++;
|
||||
|
||||
Reference in New Issue
Block a user