From aa00912206351431e931cde0645712c3016edf70 Mon Sep 17 00:00:00 2001 From: Matthias Schiffer Date: Tue, 9 Mar 2010 02:21:39 +0100 Subject: Get texture paths through cabal --- htanks.cabal | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) (limited to 'htanks.cabal') diff --git a/htanks.cabal b/htanks.cabal index 18572b6..847d937 100644 --- a/htanks.cabal +++ b/htanks.cabal @@ -1,7 +1,7 @@ name: htanks -version: 0.0 -synopsis: -description: +version: 0.1 +synopsis: A tank game +description: A tank game similar to Wii Play's Tanks category: Game license: GPL-3 license-file: LICENSE @@ -9,6 +9,7 @@ author: Matthias Schiffer maintainer: matthias@gamezock.de build-depends: base >= 4, syb, containers, mtl, time, X11, OpenGL build-type: Simple +data-files: tex/Bullet.png, tex/Cannon.png, tex/Tank.png, tex/Wood.png executable: HTanks main-is: HTanks.hs -- cgit v1.2.3