mirror of
https://github.com/tobspr/shapez.io.git
synced 2024-10-27 20:34:29 +00:00
Minor changes
This commit is contained in:
parent
f841a05f52
commit
2c50944732
@ -140,8 +140,6 @@ export class BackgroundResourcesLoader {
|
||||
|
||||
internalPreloadCss(name) {
|
||||
return new Promise((resolve, reject) => {
|
||||
console.log("TODO");
|
||||
|
||||
const link = document.createElement("link");
|
||||
|
||||
link.onload = resolve;
|
||||
|
@ -193,7 +193,7 @@ export const tutorialGoals = [
|
||||
// WIRES
|
||||
{
|
||||
shape: finalGameShape,
|
||||
required: 50000,
|
||||
required: 25000,
|
||||
reward: enumHubGoalRewards.reward_wires_filters_and_levers,
|
||||
},
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user