Class: Wall

Wall

new Wall(p_x, p_y)

Parameters:
Name Type Description
p_x int The x position of the item.
p_y int The y position of the item.
Source:

Extends

Members

image :String

The image (a mini canvas) of the item.
Type:
  • String
Inherited From:
Source:

size :String

The pixel size of an item. This value is equal for all items!
Type:
  • String
Inherited From:
Source:

x :Number

The x-position of the item.
Type:
  • Number
Inherited From:
Source:

y :Number

The y-position of the item.
Type:
  • Number
Inherited From:
Source:
W. Kowarschick © 2013 (CC BY-NC-SA 3.0: http://creativecommons.org/licenses/by-nc-sa/3.0/)
Documentation generated by JSDoc 3.3.0-dev on Sun Dec 15 2013 11:20:03 GMT+0100 (MEZ) using the DocStrap template.