Commit 2f2575b9 authored by 18류지석's avatar 18류지석

뇌배경 수정함.

main.js에 display background도 수정함.
parent 5d67e607
...@@ -4,7 +4,7 @@ BackGround.brainGroup = null; ...@@ -4,7 +4,7 @@ BackGround.brainGroup = null;
BackGround.loadImage = function(scene) BackGround.loadImage = function(scene)
{ {
scene.load.image('brainGround', 'assets/placeholder/playback.png'); scene.load.image('brainGround', 'assets/image/background/background_brain.png');
scene.load.image('menuBackground', 'assets/placeholder/menuBackground.png') scene.load.image('menuBackground', 'assets/placeholder/menuBackground.png')
} }
......
...@@ -8,7 +8,7 @@ var config = { ...@@ -8,7 +8,7 @@ var config = {
debug: true debug: true
} }
}, },
backgroundColor: Phaser.Display.Color.GetColor(0,0,0), backgroundColor: Phaser.Display.Color.HexStringToColor('#F0CB85').color,//GetColor(245,208,138),
scene: [ menuScene, gameScene ] scene: [ menuScene, gameScene ]
}; };
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment