Commit da176a20 authored by Lila NICKLER's avatar Lila NICKLER

Ajout du boss simple avec une vie

parent d7f7fb2e
......@@ -276,9 +276,9 @@ void UpdateGame(void)
//Initiliaze the boss
enemy[i].active= true;
enemy[i].rec.width =200;
enemy[i].rec.height = 400;
enemy[i].rec.height = 700;
enemy[i].rec.x = screenWidth;
enemy[i].rec.y = screenHeight/2;
enemy[i].rec.y = 0;
enemy[i].speed.x = 1;
enemy[i].speed.y = 1;
enemy[i].active = true;
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment