Remix.run Logo
MBCook 5 hours ago

I’m surprised to hear the ammo calculation code would use floats.

bakugo an hour ago | parent [-]

The game has ammo pickups that refill 20% and 50% of whatever your max ammo is, so floats have to be involved in there somewhere.

manwe150 an hour ago | parent [-]

Dividing by 5 or 2, respectively, are integers, if the game developers wanted them to be. More so because the actual units of ammo need to be integers if they are to render as full bullets each