eliasreid / rad-shooter

Simply c++ arcade-y shooting game using SDL. WIP, no installer
1 stars 0 forks source link

shot cooldown #17

Closed eliasreid closed 4 years ago

eliasreid commented 4 years ago

Have a UI for visualizing reload time. Bar that depletes and refills? Could achieve this by just rendering an empty rect, then a filled rect inside that disappears then regrows

eliasreid commented 4 years ago

when ui element is notified, can get timer data from player, to adjust it's fill speed.

Before do speed, just render centre rect only when shoot is available