create constant and use constant in other parts of the code base

This commit is contained in:
Max 2021-03-24 10:21:37 -07:00
parent e56efdd562
commit 2cd96e56d5
6 changed files with 11 additions and 5 deletions

View file

@ -33,6 +33,9 @@ const std::string NightDayLabel = "NightDaySwitch";
// A label to mark visual switches for herbalism feature
const std::string HerbalismLabel = "HerbalismSwitch";
// Percentage height at which projectiles are spawned from an actor
const float TorsoHeight = 0.75f;
}
#endif