Delete LISP files (bye bye).

git-svn-id: svn+ssh://svn.code.sf.net/p/supertuxkart/code/main/trunk@5096 178a84e3-b1eb-0310-8ba1-8eac791a3b58
This commit is contained in:
mbjornstk
2010-03-29 01:32:36 +00:00
parent 8576e4ef32
commit 7cdea9e31d
5 changed files with 0 additions and 45 deletions

View File

@@ -1,9 +0,0 @@
;; -*- mode: lisp -*-
(tuxkart-collectable
(name "anchor")
(mesh "anchor.b3d")
(icon "anchor-icon.png")
)
;; EOF ;;

View File

@@ -1,9 +0,0 @@
;; -*- mode: lisp -*-
(tuxkart-collectable
(name "magnet")
(model "magnet.ac")
(icon "magnet.png")
)
;; EOF ;;

View File

@@ -1,9 +0,0 @@
;; -*- mode: lisp -*-
(tuxkart-collectable
(name "parachute")
(mesh "parachute.b3d")
(icon "parachute.png")
)
;; EOF ;;

View File

@@ -1,9 +0,0 @@
;; -*- mode: lisp -*-
(tuxkart-collectable
(name "swap")
(mesh "zipper.b3d")
(icon "swap-icon.png")
)
;; EOF ;;

View File

@@ -1,9 +0,0 @@
;; -*- mode: lisp -*-
(tuxkart-collectable
(name "zipper")
(mesh "zipper.b3d")
(icon "zipper_collect.png")
)
;; EOF ;;