Compare commits
1 Commits
debug-grap
...
multi-coll
| Author | SHA1 | Date | |
|---|---|---|---|
|
567ca4b794
|
@@ -25,8 +25,13 @@ use strafesnet_common::physics::{Instruction,MouseInstruction,ModeInstruction,Mi
|
|||||||
//when the physics asks itself what happens next, this is how it's represented
|
//when the physics asks itself what happens next, this is how it's represented
|
||||||
#[derive(Debug)]
|
#[derive(Debug)]
|
||||||
pub enum InternalInstruction{
|
pub enum InternalInstruction{
|
||||||
CollisionStart(Collision,model_physics::GigaTime),
|
// begin accepting touch updates
|
||||||
CollisionEnd(Collision,model_physics::GigaTime),
|
OpenMultiCollision(model_physics::GigaTime),
|
||||||
|
// mutliple touch updates
|
||||||
|
CollisionStart(Collision),
|
||||||
|
CollisionEnd(Collision),
|
||||||
|
// confirm there will be no more touch updates and apply the transaction
|
||||||
|
CloseMultiCollision,
|
||||||
StrafeTick,
|
StrafeTick,
|
||||||
ReachWalkTargetVelocity,
|
ReachWalkTargetVelocity,
|
||||||
// Water,
|
// Water,
|
||||||
|
|||||||
Reference in New Issue
Block a user