summaryrefslogtreecommitdiffhomepage
path: root/sprites
AgeCommit message (Collapse)Author
2021-12-26purged unused assetsrealtradam
2021-12-26implement ai randomizer, gameover screen, and other bug fixesArnold
* Cleaned up factory. Fixed most bugs with death(last bug should be with move camera). * check if player entity is nil before shooting or moving camera * implement ai randomizer * separate button click detection to new system * implement gameover screen with button to return to menu * use reverse_each instead of cloning Co-authored-by: realtradam <[email protected]>
2021-12-19background addedrealtradam
2021-12-19make title screen nicearngo
2021-12-19Merge pull request #3 from realtradam/dmg-dev_Tradam
Bullets, Health, Collision systems implemented. Renamed plane sprites.
2021-12-19Bullets, Health, Collision systems implemented. Renamed plane sprites.realtradam
2021-12-19make button change sprite when pressed/unpressedarngo
2021-12-18implement button components and title screenarngo
2021-12-16initialrealtradam