mirror of
https://github.com/HarbourMasters/Starship.git
synced 2025-02-09 03:37:49 +03:00
gArwingSpeed control in the spawner
This commit is contained in:
parent
42d1668d6a
commit
ad08681bdf
@ -309,6 +309,14 @@ void Spawner_Playground(void) {
|
|||||||
gLaserStrength[0] = 2;
|
gLaserStrength[0] = 2;
|
||||||
gBombCount[0] = 9;
|
gBombCount[0] = 9;
|
||||||
gLifeCount[0] = 9;
|
gLifeCount[0] = 9;
|
||||||
|
|
||||||
|
#if 0
|
||||||
|
if (gControllerPress[0].button & L_JPAD) {
|
||||||
|
gArwingSpeed-=50;
|
||||||
|
} else if (gControllerPress[0].button & R_JPAD) {
|
||||||
|
gArwingSpeed+=50;
|
||||||
|
}
|
||||||
|
#endif
|
||||||
}
|
}
|
||||||
|
|
||||||
void Spawner(void) {
|
void Spawner(void) {
|
||||||
|
Loading…
Reference in New Issue
Block a user