Added player cursor
This commit is contained in:
parent
083619cc87
commit
546da85814
8 changed files with 60 additions and 31 deletions
|
@ -4,5 +4,5 @@ module Texture ( Texture(..)
|
|||
|
||||
import Graphics.Rendering.OpenGL.GL.Texturing.Objects (TextureObject)
|
||||
|
||||
data Texture = TextureWood | TextureTank | TextureCannon | TextureBullet
|
||||
data Texture = TextureWood | TextureTank | TextureCannon | TextureBullet | TextureCrosshair
|
||||
deriving (Eq, Ord, Show)
|
||||
|
|
Reference in a new issue