lib/units/thing.rb in gosu_extensions-0.1.0 vs lib/units/thing.rb in gosu_extensions-0.1.1
- old
+ new
@@ -2,9 +2,13 @@
include VectorUtilities
include InitializerHooks
include ItIsA
+ # TODO Move this.
+ #
+ it_is Moveable
+
attr_writer :layer
attr_reader :window, :shape
# Every thing knows the window it is attached to.
#
\ No newline at end of file