Pop.Box/elements/element.moon

13 lines
354 B
Plaintext
Raw Normal View History

2016-08-21 05:29:16 +00:00
--- A generic element every element must inherit from.
2016-08-21 07:49:16 +00:00
--- @classmod element
2016-08-21 05:29:16 +00:00
--- @copyright Paul Liverman III (2016)
--- @license The MIT License (MIT)
class element
2016-08-23 01:19:58 +00:00
--- Constructor expects nothing, or a data table describing it.
new: (@parent, @data={}) =>
--- @todo if data, do stuff about it
2016-08-21 05:29:16 +00:00
setSize: =>
--do more stuff!