temp commit with notes

This commit is contained in:
James Melkonian 2021-05-20 13:50:50 -07:00
parent 110085eacf
commit 4cf5134f23

View File

@ -183,6 +183,26 @@ pub struct BodyAttributes {
pub base_energy: Option<AllBodiesBaseEnergy>,
pub base_health: Option<AllBodiesBaseHealth>,
pub base_health_increase: Option<AllBodiesBaseHealthIncrease>,
// Things to add:
// dimensions of some kind
// - radius
// - height
// poise
// base_accel
// base_ori_rate
// swim_thrust
// fly_thrust
// jump_impulse
//
// Maybes:
// can_climb
// flying_height
// eye_height
// default_light_offset
// can_strafe
// mounting_offset
// air_accel
}
impl assets::Compound for BodyAttributes {