Enhanced pre-battle start GUI.

This commit is contained in:
genxium
2023-02-13 10:34:56 +08:00
parent 2751569e0c
commit 62c51b1838
12 changed files with 528 additions and 222 deletions

View File

@@ -22,7 +22,7 @@ const (
GRAVITY_X = int32(0)
GRAVITY_Y = -int32(float64(0.5) * WORLD_TO_VIRTUAL_GRID_RATIO) // makes all "playerCollider.Y" a multiple of 0.5 in all cases
INPUT_DELAY_FRAMES = int32(5) // in the count of render frames
INPUT_DELAY_FRAMES = int32(6) // in the count of render frames
/*
[WARNING]