mirror of
https://github.com/tobspr/shapez.io.git
synced 2024-10-27 20:34:29 +00:00
Docs and update changelog
This commit is contained in:
parent
e46dd4e00b
commit
d017362b23
@ -18,6 +18,7 @@ export const CHANGELOG = [
|
|||||||
"Show mouse and camera tile on debug overlay (F4) (by dengr)",
|
"Show mouse and camera tile on debug overlay (F4) (by dengr)",
|
||||||
"Fix tunnels entrances connecting to exits sometimes when they shouldn't",
|
"Fix tunnels entrances connecting to exits sometimes when they shouldn't",
|
||||||
"The initial belt planner direction is now based on the cursor movement (by MizardX)",
|
"The initial belt planner direction is now based on the cursor movement (by MizardX)",
|
||||||
|
"Fix preferred variant not getting saved when clicking on the hud (by Danacus)",
|
||||||
],
|
],
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
|
@ -529,6 +529,7 @@ export class HUDBuildingPlacerLogic extends BaseHUDPart {
|
|||||||
|
|
||||||
/**
|
/**
|
||||||
* Sets the current variant to the given variant
|
* Sets the current variant to the given variant
|
||||||
|
* @param {string} variant
|
||||||
*/
|
*/
|
||||||
setVariant(variant) {
|
setVariant(variant) {
|
||||||
const metaBuilding = this.currentMetaBuilding.get();
|
const metaBuilding = this.currentMetaBuilding.get();
|
||||||
|
Loading…
Reference in New Issue
Block a user