File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -14,8 +14,6 @@ import groupS from '../assets/groupSlash.png';
1414import playerIcon from '../assets/playerIcon.png' ;
1515import button from '../assets/button.png' ;
1616import button2 from '../assets/button2.png' ;
17- import star from '../assets/star.png' ;
18- import bomb from '../assets/bomb.png' ;
1917import titleBg from '../assets/robotfon.png' ;
2018import box from '../assets/grey_box.png' ;
2119import checkedBox from '../assets/blue_boxCheck.png' ;
@@ -44,9 +42,7 @@ export default class PreloaderScene extends Phaser.Scene {
4442 this . load . image ( 'forest3' , forest3 ) ;
4543 this . load . image ( 'playerIcon' , playerIcon ) ;
4644 this . load . image ( 'ground' , ground ) ;
47- this . load . image ( 'star' , star ) ;
4845 this . load . image ( 'redlight' , redlight ) ;
49- this . load . image ( 'bomb' , bomb ) ;
5046 this . load . image ( 'box' , box ) ;
5147 this . load . image ( 'checkedBox' , checkedBox ) ;
5248
You can’t perform that action at this time.
0 commit comments