feat: achievement animation

This commit is contained in:
Zamitto 2024-10-03 19:13:00 -03:00
parent 7cddcd8147
commit 7e2d9316f3
3 changed files with 105 additions and 30 deletions

View file

@ -107,10 +107,10 @@ export class WindowManager {
focusable: false,
skipTaskbar: true,
frame: false,
width: 240,
height: 60,
x: 25,
y: 25,
width: 350,
height: 104,
x: 0,
y: 0,
webPreferences: {
preload: path.join(__dirname, "../preload/index.mjs"),
sandbox: false,