Fix tickrate and action queue stuff

This commit is contained in:
2025-01-13 10:00:23 +01:00
parent 8d70129c73
commit 0a58e0453a
6 changed files with 47 additions and 77 deletions
+2
View File
@@ -4,6 +4,7 @@ import (
pb "gitea.boner.be/bdnugget/goonserver/actions"
rl "github.com/gen2brain/raylib-go/raylib"
"sync"
time "time"
)
@@ -14,6 +15,7 @@ type Tile struct {
}
type Player struct {
sync.Mutex
PosActual rl.Vector3
PosTile Tile
TargetPath []Tile