Implement basic X/Z control surface

This commit is contained in:
Tom
2020-09-16 21:40:41 -07:00
parent 70bb24a7fb
commit a981ab84f5
5 changed files with 47 additions and 4 deletions

View File

@ -24,6 +24,7 @@ type Client struct {
settings Settings
Wd world.World //the map data
Inputs phy.Inputs
Physics phy.State
lastPosTx time.Time