Advertisement
Guest User

Untitled

a guest
Nov 16th, 2012
51
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
  1. window.onload = function() {
  2.     TowerFoes.init();
  3. }
  4.  
  5. var TowerFoes = function() {
  6.    
  7. }
  8.  
  9. TowerFoes.prototype.init = function() {
  10.     this.stage = new Kinetic.Stage({
  11.         container: 'tower_foes',
  12.         width: 578,
  13.         height: 200
  14.       });
  15.      
  16.       return "hi";
  17. };
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement