Repto / Bullet_Drizzle

Bullet hell game C#
0 stars 0 forks source link

Laser Countdown #1

Open jmenk opened 11 years ago

jmenk commented 11 years ago

in giantLaser.cs the starting deathCountdown variable should start at 60 and not 120, this will stop the "double-firing" laser problem.

Repto commented 11 years ago

fixed