class Pettanr.GroundColor extends Peta.Element @singular: () -> 'GroundColor' @plural: () -> 'GroundColors' defaults: { id: null, code: 0xeeeeee, orientation: 0 } @pick_item_name: () -> 'ground_color' @traceable_item_names: () -> [] pick: (picked_item) -> { } @has_picture: () -> false @pick_item_name: () -> '' element_face: () -> new Pettanr.Views.GroundColor.ElementFace({element: this}) initialize: (attr, options) -> super(attr, options)