feat: Upgrade Editor to v2 (Sidebar, Layers, Ghost), Tiled Setup, Asset Integration

This commit is contained in:
2026-01-30 05:15:16 +01:00
parent c70e651020
commit 13d640e7a6
25 changed files with 870 additions and 180 deletions

View File

@@ -5,6 +5,9 @@ const { app, BrowserWindow, ipcMain } = require('electron');
const path = require('path');
const fs = require('fs');
// CLEAN CONSOLE: Disable security warnings
process.env['ELECTRON_DISABLE_SECURITY_WARNINGS'] = 'true';
let mainWindow;
function createWindow() {