Fixed frontend debug drawer.

This commit is contained in:
genxium
2023-01-04 23:48:00 +08:00
parent 80c6e05731
commit 2d04363d69
18 changed files with 1127 additions and 957 deletions

View File

@@ -36,6 +36,9 @@ type PlayerDownsync struct {
ActiveSkillId int32
ActiveSkillHit int32
FramesInvinsible int32
FramesSelfLockVel int32
}
type InputFrameDecoded struct {
@@ -70,8 +73,9 @@ type Bullet struct {
PushbackVelY int32
Damage int32
SelfLockVelX int32
SelfLockVelY int32
SelfLockVelX int32
SelfLockVelY int32
FramesSelfLockVel int32
HitboxOffsetX int32
HitboxOffsetY int32