X-Git-Url: http://git.megabrutal.com/?p=shapeshift.git;a=blobdiff_plain;f=shapeshift.js;fp=shapeshift.js;h=4fb57d165692400dfa9ef594b57484e89f5dca20;hp=d960d62ad4066ca11756ea3b8a3bf251b63b65da;hb=06bcb7c01a38183ae7b32459bda2dcfafe39e597;hpb=1569ede73cc02336d30fd6a5b430e82860126380 diff --git a/shapeshift.js b/shapeshift.js index d960d62..4fb57d1 100644 --- a/shapeshift.js +++ b/shapeshift.js @@ -71,12 +71,12 @@ 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'); }