Simplified resolv_tailored.

This commit is contained in:
genxium
2023-03-02 10:22:27 +08:00
parent 04d8013cbb
commit b9beee549f
10 changed files with 157 additions and 103 deletions

View File

@@ -7,7 +7,7 @@ import (
)
const (
MAX_FLOAT64 = 1.7e+308
MAX_FLOAT64 = resolv.MaxFloat64
MAX_INT32 = int32(999999999)
COLLISION_PLAYER_INDEX_PREFIX = (1 << 17)
COLLISION_BARRIER_INDEX_PREFIX = (1 << 16)