mirror of
https://github.com/tobspr/shapez.io.git
synced 2025-12-11 09:11:50 +00:00
Remove mentions of ads and twitter
🚮
This commit is contained in:
parent
0bca522c59
commit
9876d5305b
@ -56,9 +56,6 @@ export default {
|
|||||||
// Enables an inspector which shows information about the entity below the cursor
|
// Enables an inspector which shows information about the entity below the cursor
|
||||||
// enableEntityInspector: true,
|
// enableEntityInspector: true,
|
||||||
// -----------------------------------------------------------------------------------
|
// -----------------------------------------------------------------------------------
|
||||||
// Enables ads in the local build (normally they are deactivated there)
|
|
||||||
// testAds: true,
|
|
||||||
// -----------------------------------------------------------------------------------
|
|
||||||
// Enables use of (some) existing flags within the puzzle mode context
|
// Enables use of (some) existing flags within the puzzle mode context
|
||||||
// testPuzzleMode: true,
|
// testPuzzleMode: true,
|
||||||
// -----------------------------------------------------------------------------------
|
// -----------------------------------------------------------------------------------
|
||||||
|
|||||||
@ -43,13 +43,6 @@ export class PlatformWrapperImplElectron {
|
|||||||
return 1;
|
return 1;
|
||||||
}
|
}
|
||||||
|
|
||||||
/**
|
|
||||||
* Should return if this platform supports ads at all
|
|
||||||
*/
|
|
||||||
getSupportsAds() {
|
|
||||||
return false;
|
|
||||||
}
|
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* Attempt to restart the app
|
* Attempt to restart the app
|
||||||
*/
|
*/
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user