From 335c10654f7d41053ffcabed19cb003d1c0ce13e Mon Sep 17 00:00:00 2001 From: Matthias Schiffer Date: Mon, 8 Mar 2010 22:13:35 +0100 Subject: Added bullet texture and movement; restructured game state --- Texture.hs | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) (limited to 'Texture.hs') diff --git a/Texture.hs b/Texture.hs index ca5266b..bf89cf9 100644 --- a/Texture.hs +++ b/Texture.hs @@ -4,6 +4,5 @@ module Texture ( Texture(..) import Graphics.Rendering.OpenGL.GL.Texturing.Objects (TextureObject) -data Texture = TextureWood | TextureTank | TextureCannon - deriving (Eq, Ord, Show) - \ No newline at end of file +data Texture = TextureWood | TextureTank | TextureCannon | TextureBullet + deriving (Eq, Ord, Show) -- cgit v1.2.3