Compare commits
2 Commits
633b1a3904
...
7e5322f738
| Author | SHA1 | Date | |
|---|---|---|---|
|
|
7e5322f738 | ||
|
|
bf102cc842 |
BIN
res/btns.png
Normal file
|
After Width: | Height: | Size: 242 KiB |
BIN
res/bw.end.png
Normal file
|
After Width: | Height: | Size: 14 KiB |
BIN
res/bw.start.png
Normal file
|
After Width: | Height: | Size: 7.3 KiB |
BIN
res/end.png
Normal file
|
After Width: | Height: | Size: 853 KiB |
BIN
res/screen-end.png
Normal file
|
After Width: | Height: | Size: 32 KiB |
BIN
res/screen-start.png
Normal file
|
After Width: | Height: | Size: 29 KiB |
BIN
res/splash.png
Normal file
|
After Width: | Height: | Size: 58 KiB |
BIN
res/start.png
Normal file
|
After Width: | Height: | Size: 711 KiB |
BIN
res/sz.bw.end.png
Normal file
|
After Width: | Height: | Size: 32 KiB |
BIN
res/sz.bw.start.png
Normal file
|
After Width: | Height: | Size: 29 KiB |
@@ -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()
|
||||||
|
|||||||