Converted SVGs to PNGs for Internet Explorer compatibility
[shapeshift.git] / shapeshift.js
index d960d62ad4066ca11756ea3b8a3bf251b63b65da..4fb57d165692400dfa9ef594b57484e89f5dca20 100644 (file)
 
         function preload () {
 
 
         function preload () {
 
-            game.load.image('ground', 'ground.svg');
-            game.load.image('player_girl', 'csaj.svg');
-            game.load.image('player_goat', 'kecskecsaj.svg');
-            game.load.image('player_bird', 'bird.svg');
-            game.load.image('guard', 'guard.svg');
-            game.load.image('birdcage', 'birdcage.svg');
+            game.load.image('ground', 'ground.png');
+            game.load.image('player_girl', 'csaj.png');
+            game.load.image('player_goat', 'kecskecsaj.png');
+            game.load.image('player_bird', 'bird.png');
+            game.load.image('guard', 'guard.png');
+            game.load.image('birdcage', 'birdcage.png');
 
         }
 
 
         }