Compare commits

...

2 Commits

Author SHA1 Message Date
Михаил Капелько
7e5322f738 d 2024-07-01 00:55:15 +03:00
Михаил Капелько
bf102cc842 d 2024-07-01 00:49:55 +03:00
12 changed files with 5 additions and 1 deletions

1
im-bw-40 Executable file
View File

@@ -0,0 +1 @@
magick $@ -alpha off -threshold 40% bw.$@

BIN
res/btns.png Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 242 KiB

BIN
res/bw.end.png Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 14 KiB

BIN
res/bw.start.png Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 7.3 KiB

BIN
res/end.png Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 853 KiB

BIN
res/screen-end.png Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 32 KiB

BIN
res/screen-start.png Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 29 KiB

BIN
res/splash.png Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 58 KiB

BIN
res/start.png Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 711 KiB

BIN
res/sz.bw.end.png Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 32 KiB

BIN
res/sz.bw.start.png Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 29 KiB

View File

@@ -130,7 +130,7 @@ ctrl.set("windowWidth", 900)
ctrl.set("windowHeight", 600) ctrl.set("windowHeight", 600)
ctrl.set("windowAntialiasing", False) ctrl.set("windowAntialiasing", False)
ctrl.set("windowBackgroundColor", "#ffffff") ctrl.set("windowBackgroundColor", "#ffffff")
ctrl.set("windowTitle", "OGS Memory") ctrl.set("windowTitle", "Вредные продукты")
desktop_loadTextures(p) desktop_loadTextures(p)
desktop_createDeselectedTiles(p) desktop_createDeselectedTiles(p)
@@ -142,5 +142,8 @@ desktop_createTitle(p)
desktop_loadDescTextures(p) desktop_loadDescTextures(p)
desktop_createDesc(p) desktop_createDesc(p)
desktop_loadSplashTextures(p)
desktop_createSplash(p)
wnd = desktop_Window(p) wnd = desktop_Window(p)
arcade.run() arcade.run()