use meters in config
This commit is contained in:
@@ -7,7 +7,7 @@
|
||||
struct WeaponComponent
|
||||
{
|
||||
float damage;
|
||||
float range;
|
||||
float range_tiles;
|
||||
float fireRateHz;
|
||||
float cooldownTicks;
|
||||
std::optional<entt::entity> currentTarget;
|
||||
|
||||
Reference in New Issue
Block a user