Improve control over floor items and buttons

This commit is contained in:
jgk
2021-03-09 01:18:44 +01:00
parent 13cc9501a7
commit 2310bd1b09
7 changed files with 72 additions and 11 deletions
+1
View File
@@ -61,6 +61,7 @@ setupLoop wName xSize ySize
GL.clearColor $= GL.Color4 0 0.5 0 1
GL.clearDepth $= (200)
swapInterval $= ImmediateUpdates
GL.lineSmooth $= GL.Enabled
doLoop setup window startWorld
sideEffects eventFn worldFn
)