lol idk #1

Open
Quaternions wants to merge 826 commits from StrafesNET/strafe-project:master into master
Showing only changes of commit 0215df9f96 - Show all commits

View File

@ -14,6 +14,8 @@ pub struct StyleModifiers{
//player gets a controllable rocket force
pub rocket:Option<PropulsionSettings>,
//flying
//pub move_type:MoveType::Fly(FlySettings)
//MoveType::Physics(PhysicsSettings) -> PhysicsSettings includes gravity
//jumping is allowed
pub jump:Option<JumpSettings>,
//standing & walking is allowed
@ -520,4 +522,4 @@ impl StyleModifiers{
camera_offset:(Planar64Vec3::int(0,64,0)-Planar64Vec3::int(0,73,0)/2)*VALVE_SCALE,
}
}
}
}