mirror of
https://github.com/HarbourMasters/Starship.git
synced 2025-01-23 13:35:11 +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;
|
||||
gBombCount[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) {
|
||||
|
Loading…
Reference in New Issue
Block a user