-
-
-
The point of this thread is to collect designs from existing websites where `corner-shape` would make web developers jobs easier. Current live sites are preferred to demos.
Some related links:
…
-
Bad:
maxplayers = 16;
Good:
maxplayers = MAX_PLAYERS;
-
Hi! i have this problem:
```
root@sova-games:/var/www/html/whatsapp-web-reveng# npm start
> whatsapp-web-reveng@1.0.0 start /var/www/html/whatsapp-web-reveng
> npm run dev
> whatsapp-web-…
-
If you move a card with MOVEXY out of a holder that would not accept that card as a dropTarget it does not end up where it should.
Also, I have an older room with a MOVEXY based animation that used…
-
metamod-fatal.log
```
Detected engine 17 but could not load: libvstdlib_srv.so: cannot open shared object file: No such file or directory
```
-
For pixel art games, it would be lovely if it was possible to enable "pixelated" rendering, i.e. no anti-aliasing or smoothing for the zoomed-in replica. Similar to [`image-rendering: pixelated;` in C…
-
I think, it could be good idea to include this enum: https://developer.valvesoftware.com/wiki/Collision_groups in sdktools.inc as "int" type.
What do you think?
-
This has been discussed already many times over a few places (https://github.com/games-on-whales/wolf/issues/69#issuecomment-2094133261 https://github.com/games-on-whales/wolf/issues/44) and it's gett…