diff options
Diffstat (limited to 'src/wheelwork.lisp')
-rw-r--r-- | src/wheelwork.lisp | 8 |
1 files changed, 0 insertions, 8 deletions
diff --git a/src/wheelwork.lisp b/src/wheelwork.lisp index b139f9d..6b32119 100644 --- a/src/wheelwork.lisp +++ b/src/wheelwork.lisp @@ -223,14 +223,6 @@ give focus to whatever was clicked." (:quit () t))) -(defclass/std animation (unit interactive) - ((frames :with :doc "A 2d array of TEXTURE instances. Its dimensiosn are (set-index texture-index)") - (framesets :with :i :r :type integer :std 1 :doc "The number of sets") - (current-frameset current-frame :std 0 :a) - (fps :with :std 1) - (last-frame :with :std (get-universal-time) :a :doc "Time of last frame advance"))) - - (defun asset-class-for (asset-id &optional (app *application*)) "Given an asset-id (see GET-ASSET), retrieve the symbol name of a the class that will be used to instantiate the asset object. That |