Commit c3fcfb2b authored by 18김상언's avatar 18김상언 Committed by 18류지석

UI 폴더 만들어서 메인 화면 버튼, 배경 추가

parent 745814fd
This diff is collapsed.
This diff is collapsed.
......@@ -3,7 +3,7 @@ var ResourceLoader = ResourceLoader || {};
ResourceLoader.loadBackGround = function(scene)
{
scene.load.image('brain', 'assets/image/background/brain.png');
scene.load.image('baseBackground', 'assets/image/background/yellowBack.png');
scene.load.image('baseBackground', 'assets/image/background/testBG.png');
scene.load.image('gameBackground', 'assets/image/background/background_brain.png');
scene.load.image('menuBackground', 'assets/placeholder/menuBackground.png');
scene.load.image('roomBackground', 'assets/placeholder/roomBackground.png');
......
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