Thanks
@griffpatch for doing the hard work of coding the actual game! I tinkered a bunch with it, mostly adding visual effects and stuff.
CHANGE LOG:
v16:
Added a bunch of particle effects using a new particle system I coded, reworked the lazer projectile to act like a raycast, added new sound effects
v11:
Removed the version check (It keeps breaking!!)
v10:
Fixed explosion tacos dealing too much damage
v8 (WIP):
Fixed a bug where projectiles didn't deal the correct damage. To do this I made projectiles store their own damage values.
v7 (WIP):
Added multiple weapons!!
Refactored the player code to be more modular by adding many custom block definitions for functions such as movement and shooting.
Changed Turbowarp settings from 60FPS to interpolate for smoother output.
v6:
Sliiightly faster taco shooting!
v5 (31/03/2022):
- Now supports Turbowarp! If you load this project using Turbowarp it will now run at widescreen in 60FPS!
v4:
- Added rubber banding by making the player score decrease slowly over time! The higher score you have, the faster it decreases. so that way players in front are pulled back making it easier for players at the bottom to rise up the ranks.
- Added a new sound effect when your tacos hit
- Made the existing taco hit sounds louder
- Made a new versioning system
v2:
- Reduced the tacos that explode from players from 25 to 6 (v3: Fixed a bug where the tacos didn't actually spawn)
- Made the stage boundaries expand much farther when more players join the lobby
- Added extra platforms to side of the stage to accommodate the larger stage space
- Changed some of the UI sounds a bit
- Reduced screen shake on player knockout
v1 (Initial share)
- Faster tacos!!
- Faster players!! (This includes move speed & gravity)
- Added custom UI that replaces the variable displays!
- Added visual effects for many things such as,
- Firing tacos
- Getting hurt
- Getting low on health
- Added parallax scrolling to the background
- Made the player and opponent taco colours more distinct
- I wanted to add multiple weapons too but that might be too much for now, maybe I'll add it later?