Luchanso / bunny-funny-runner

Simple runner
https://luchanso.github.io/bunny-funny-runner/
14 stars 4 forks source link

Избавиться от магических констант #20

Open Luchanso opened 6 years ago

Luchanso commented 6 years ago
this.load.image('layer2', layer2Img);
this.load.image('layer3', layer3Img);
this.load.image('layer4', layer4Img);
this.load.image('i-play', playImg);

layer2, 3, 4 i-play - магические константы, их нужно вынести в отдельный файл, желательно сделать JSON со всеми загружаемыми ресурсами