X-Git-Url: http://uxul.de/gitweb/?p=uxul-world.git;a=blobdiff_plain;f=trampoline.lisp;fp=trampoline.lisp;h=65e09cdfe117e6531c037ce130d04126fe04a1d2;hp=0000000000000000000000000000000000000000;hb=3513580fa41deb8023977f77e64997708ff26455;hpb=3a5b6fe5b066ace9e3d03ec20c96c224cdbeb0b8 diff --git a/trampoline.lisp b/trampoline.lisp new file mode 100755 index 0000000..65e09cd --- /dev/null +++ b/trampoline.lisp @@ -0,0 +1,8 @@ +;;; Copyright 2010 Christoph Senjak + +(in-package :uxul-world) + +(defclass trampoline (game-object-with-animation) + ((dont-ignore :accessor dont-ingnore :initform t) + (width :initarg :width :initform 64 :accessor width) + (height :initarg :height :initform 64 \ No newline at end of file