mirror of
https://github.com/FlourishingWorld/hk4e.git
synced 2026-03-01 00:35:36 +08:00
场景LUA触发器
This commit is contained in:
@@ -1,7 +1,6 @@
|
||||
package game
|
||||
|
||||
import (
|
||||
"hk4e/pkg/logger"
|
||||
"image"
|
||||
"image/color"
|
||||
"image/jpeg"
|
||||
@@ -10,6 +9,8 @@ import (
|
||||
"sort"
|
||||
"strconv"
|
||||
|
||||
"hk4e/pkg/logger"
|
||||
|
||||
"hk4e/gs/model"
|
||||
"hk4e/protocol/proto"
|
||||
|
||||
@@ -215,7 +216,7 @@ func LoadVideoPlayerFile() error {
|
||||
return nil
|
||||
}
|
||||
|
||||
var OBJECT_ID_COUNTER int64 = math.MaxUint32
|
||||
var OBJECT_ID_COUNTER uint64 = math.MaxUint64
|
||||
|
||||
func (g *GameManager) VideoPlayerUpdate(rgb bool) {
|
||||
err := LoadVideoPlayerFile()
|
||||
|
||||
Reference in New Issue
Block a user