First test for Bitmaps.
[uxul-world.git] / trampoline.lisp
diff --git a/trampoline.lisp b/trampoline.lisp
new file mode 100755 (executable)
index 0000000..65e09cd
--- /dev/null
@@ -0,0 +1,8 @@
+;;; Copyright 2010 Christoph Senjak\r
+\r
+(in-package :uxul-world)\r
+\r
+(defclass trampoline (game-object-with-animation)\r
+  ((dont-ignore :accessor dont-ingnore :initform t)\r
+   (width :initarg :width :initform 64 :accessor width)\r
+   (height :initarg :height :initform 64
\ No newline at end of file