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

Commit

Permalink
- Update game url
Browse files Browse the repository at this point in the history
  • Loading branch information
ParticleG committed Aug 9, 2024
1 parent 334cc07 commit 8aece60
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.love", true);
xhr.open('GET', "https://raw.githubusercontent.com/26F-Studio/Techmino/web-dev/game.data", true);
xhr.responseType = 'arraybuffer';
xhr.onprogress = function (event) {
var url = packageName;
Expand Down

0 comments on commit 8aece60

Please sign in to comment.