MCPcopy Create free account
hub / github.com/candybox2/candybox2.github.io / resize

Method resize

code/main/Save.ts:333–339  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

331 }
332
333 private resize(): void{
334 // The size depends on if there's a translation or not
335 if(Database.isTranslated())
336 this.renderArea.resize(100, 84);
337 else
338 this.renderArea.resize(100, 74);
339 }
340
341 private selectRightSlot(): void{
342 // We select the right slot

Callers 2

constructorMethod · 0.95
willBeDisplayedMethod · 0.95

Calls 1

resizeMethod · 0.65

Tested by

no test coverage detected