Esempio n. 1
0
Meteor::Meteor(const Meteor& s) :
  Drawable(s),
  explosion( s.explosion ),
  zoom( s.zoom ), 
  frame(s.frame),
  frameWidth(s.getFrame()->getWidth()),
  frameHeight(s.getFrame()->getHeight()),
  worldWidth(Gamedata::getInstance().getXmlInt("world/width")),
  worldHeight(Gamedata::getInstance().getXmlInt("world/height")),
  hasExploded( s.hasExploded )
{ }