Skip to content
This repository has been archived by the owner on Aug 10, 2024. It is now read-only.

Commit

Permalink
Update game.js
Browse files Browse the repository at this point in the history
  • Loading branch information
ParticleG authored Apr 27, 2024
1 parent 0cc7420 commit daf9dac
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/scripts/game.js
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ export function Game(Module) {

function fetchRemotePackage(packageName, packageSize, callback, errback) {
var xhr = new XMLHttpRequest();
xhr.open('GET', "https://raw.githubusercontent.com/26F-Studio/Techmino/web-dev/game.data", true);
xhr.open('GET', "https://raw.githubusercontent.com/26F-Studio/Techmino/web-dev/game.love", true);
xhr.responseType = 'arraybuffer';
xhr.onprogress = function (event) {
var url = packageName;
Expand Down

0 comments on commit daf9dac

Please sign in to comment.