summaryrefslogtreecommitdiffstats
path: root/src/main.rs
AgeCommit message (Collapse)AuthorFilesLines
2018-08-18Add a health barRaymond Hogenson1-0/+2
It's sweet now
2018-08-18Add the ability to move more quicklyRaymond Hogenson1-1/+1
I also upped the fire rate
2018-08-18Improve performanceRaymond Hogenson1-15/+20
I profiled it and this was the slowest part.
2018-08-18Change draw orderRaymond Hogenson1-1/+1
Player should be under bullets since player is now large
2018-08-18Add texturesRaymond Hogenson1-6/+18
These were fun to make
2018-08-18Write a working bullet hellRaymond Hogenson1-0/+124
I just fucked up the enemy movement, but hopefully I won't ever need that old code. The new one is going to look really cool and sweet. Anything with just modifying acceleration must look very cool and smooth.