Example #1
0
 private void _on_OptimizeButton_pressed()
 {
     // TODO: waiting animation
     if (KWorld.BinMode)
     {
         KWorld.unpackWorld();
     }
     GDKnyttAssetManager.compileInternalTileset(KWorld, recompile: true); // To fix errors if chromakey and alpha channel used together
 }