Skip to content
Snippets Groups Projects
Commit a3482979 authored by anbak98's avatar anbak98
Browse files

Modify baseURL of Asset in 'index.html'

parent 382251ed
No related branches found
No related tags found
No related merge requests found
Pipeline #8610 passed
......@@ -17,7 +17,7 @@
preload ()
{
this.load.setBaseURL('https://git.ajou.ac.kr/copomos00/phaser3/-/raw/master/public/');
this.load.setBaseURL('https://https://raw.githubusercontent.com/Anbak98/anbak98.github.io/main/phaser3/');
this.load.image('tiles', 'assets/tilemaps/tiles/catastrophi_tiles_16.png');
this.load.tilemapCSV('map', 'assets/tilemaps/csv/catastrophi_level2.csv');
this.load.spritesheet('player', 'assets/sprites/spaceman.png', { frameWidth: 16, frameHeight: 16 });
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment