Compare commits
No commits in common. "1490067dfd877bc5b4b87d2f3ae2e5fcf1bdbb99" and "51d85c011b718af9fb465e650a94a866769443a2" have entirely different histories.
1490067dfd
...
51d85c011b
2 changed files with 1 additions and 6 deletions
3
readme
3
readme
|
@ -1,8 +1,5 @@
|
||||||
horny desktop pet thing.
|
horny desktop pet thing.
|
||||||
|
|
||||||
you need sdl3 to build it.
|
|
||||||
i have not tried cross-compiling to windows yet.
|
|
||||||
|
|
||||||
i think it's probably best to use some sort of extension language.
|
i think it's probably best to use some sort of extension language.
|
||||||
i want people to be able to create their own pets without having to
|
i want people to be able to create their own pets without having to
|
||||||
figure out how to recompile.
|
figure out how to recompile.
|
||||||
|
|
|
@ -83,9 +83,7 @@ SDL_AppInit(void **as, int argc, char **argv)
|
||||||
|
|
||||||
SDL_Log("create win+render...");
|
SDL_Log("create win+render...");
|
||||||
if (!SDL_CreateWindowAndRenderer("slutpet", 320, 240,
|
if (!SDL_CreateWindowAndRenderer("slutpet", 320, 240,
|
||||||
SDL_WINDOW_TRANSPARENT | SDL_WINDOW_BORDERLESS
|
SDL_WINDOW_TRANSPARENT | SDL_WINDOW_BORDERLESS,
|
||||||
| SDL_WINDOW_NOT_FOCUSABLE
|
|
||||||
| SDL_WINDOW_ALWAYS_ON_TOP,
|
|
||||||
&st->win, &st->ren)) {
|
&st->win, &st->ren)) {
|
||||||
SDL_LogCritical(SDL_LOG_CATEGORY_APPLICATION,
|
SDL_LogCritical(SDL_LOG_CATEGORY_APPLICATION,
|
||||||
"win creation fail: %s", SDL_GetError());
|
"win creation fail: %s", SDL_GetError());
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue