damil42
damil42
The light / shadow in some scenes are really ugly. It's because the game seems to be using per-vertex lighting instead of per-pixel. I just wonder if we can change...
Importing [bootstrap](https://www.npmjs.com/package/bootstrap) and [bootstrap-icons](https://www.npmjs.com/package/bootstrap-icons) in your project is very simple. Simpler than in docs. And some docs are missing in bootstrap-icons. **your.scss** ```scss @import 'bootstrap'; @import 'bootstrap-icons'; ``` Done! 👍...
keycloak-js: When init keycloak, it's navigation to the "This site can't be reached." (ERR_CONNECTION_TIMED_OUT ) page of the browser, when the server is not available. ```js keycloak.init({ flow: 'standard', onLoad:...
I like the extension. But it's just too heavy. At least it feels that way. So many settings. For example, I'm bothered by the commit summary above lines (see screenshot...
The mouse does not update on the right and bottom edges of the screen.  ```lua function love.draw() love.graphics.clear(0.1, 0.2, 0.3) local sw, sh = love.graphics.getDimensions() local mx, my =...