This is a scaffold for setting up: an API with Rails and the ember-rails gem, persistence with Ember.Data, and a browser app using Ember.js
See source code on GitHub: pixelhandler/journal.
This is a scaffold for setting up: an API with Rails and the ember-rails gem, persistence with Ember.Data, and a browser app using Ember.js
See source code on GitHub: pixelhandler/journal.
Fire = class() | |
-- Towers versus Zombies by @juaxix | |
-- LGPL - 11/2011 | |
-- http://www.xixgames.com | |
-- it is a pleasure to gift this to the world | |
-- thanks from heart to all the 2lifesleft team | |
function Fire:init(attackpower,position,model) | |
self.attackpower = attackpower | |
self.position = position | |
self.parent = model |