/zoeplat

To get this branch, use:
bzr branch http://9ix.org/bzr/zoeplat

« back to all changes in this revision

Viewing changes to zoetrope/core/class.lua

  • Committer: Josh C
  • Date: 2013-03-04 23:27:03 UTC
  • Revision ID: josh@9ix.org-20130304232703-nob2mg5wbo5co5is
basic tiles, map, player, movement

Show diffs side-by-side

added added

removed removed

Lines of Context:
17
17
-- Event: onNew
18
18
--              Called once, when a new object is created via <new()>.
19
19
 
20
 
Class =
21
 
{
 
20
Class = {
22
21
        -- Method: extend
23
22
        -- Creates a subclass of a class object, replacing any class properties
24
23
        -- with those in the object passed. It also sets the subclass's prototype