mirror of
https://github.com/tobspr/shapez.io.git
synced 2024-10-27 20:34:29 +00:00
Enable new buildings by default for now
This commit is contained in:
parent
f4ac6dfe03
commit
93186cbb9f
@ -19,7 +19,7 @@ export class MetaConstantSignalBuilding extends MetaBuilding {
|
|||||||
*/
|
*/
|
||||||
getIsUnlocked(root) {
|
getIsUnlocked(root) {
|
||||||
// @todo
|
// @todo
|
||||||
return G_IS_DEV;
|
return true;
|
||||||
}
|
}
|
||||||
|
|
||||||
getLayer() {
|
getLayer() {
|
||||||
|
@ -67,7 +67,7 @@ export class MetaWireBuilding extends MetaBuilding {
|
|||||||
*/
|
*/
|
||||||
getIsUnlocked(root) {
|
getIsUnlocked(root) {
|
||||||
// @todo
|
// @todo
|
||||||
return G_IS_DEV;
|
return true;
|
||||||
}
|
}
|
||||||
|
|
||||||
/**
|
/**
|
||||||
|
Loading…
Reference in New Issue
Block a user