eliasku / 13

Fast-action P2P multiplayer game 13 (js13k-2022)
https://iioi.herokuapp.com/
94 stars 27 forks source link

out of ammo #24

Closed 3kh0 closed 2 years ago

3kh0 commented 2 years ago

It is not very clear when you run out of ammo, so it would be nice to have some red text that appears when you try to shoot without any ammo

2022_11_02_0ub_Kleki

eliasku commented 2 years ago

I did something like floating text.. very similar to NT game. If you out of ammo and you have infinite weapon in second slot - game displays message "EMPTY!" and auto-switch to this slot. If you try shoot without ammo - there is "EMPTY" on each weapon's trigger event

https://user-images.githubusercontent.com/3038174/199754191-630a6e38-e85d-4997-9326-dda8e9b8abae.mp4

3kh0 commented 2 years ago

I love it!