mirror of
https://github.com/tobspr/shapez.io.git
synced 2025-06-13 13:04:03 +00:00
Merge remote-tracking branch 'tobspr/puzzle' into puzzle
This commit is contained in:
commit
708c7d22fe
@ -114,6 +114,7 @@ export class BeltPath extends BasicSerializableObject {
|
|||||||
clearAllItems() {
|
clearAllItems() {
|
||||||
this.items = [];
|
this.items = [];
|
||||||
this.spacingToFirstItem = this.totalLength;
|
this.spacingToFirstItem = this.totalLength;
|
||||||
|
this.numCompressedItemsAfterFirstItem = 0;
|
||||||
}
|
}
|
||||||
|
|
||||||
/**
|
/**
|
||||||
|
@ -345,7 +345,7 @@ dialogs:
|
|||||||
puzzlePlayRegularRecommendation:
|
puzzlePlayRegularRecommendation:
|
||||||
title: Recommendation
|
title: Recommendation
|
||||||
desc: >-
|
desc: >-
|
||||||
I <strong>strongly</strong> recommend playing the normal game to level 12 before attempting the puzzle DLC, otherwise you will have comprehension problems. Do you still want to continue?
|
I <strong>strongly</strong> recommend playing the normal game to level 12 before attempting the puzzle DLC, otherwise you may encounter mechanics not yet introduced. Do you still want to continue?
|
||||||
|
|
||||||
puzzleShare:
|
puzzleShare:
|
||||||
title: Short Key Copied
|
title: Short Key Copied
|
||||||
|
Loading…
Reference in New Issue
Block a user