damil42

Results 5 issues of 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! 👍...

docs
v6

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:...

kind/enhancement
status/triage

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...

feature
triage

The mouse does not update on the right and bottom edges of the screen. ![demo](https://github.com/love2d/love/assets/126908176/aa5e974f-8975-4c99-a84a-b04d23b93b5e) ```lua function love.draw() love.graphics.clear(0.1, 0.2, 0.3) local sw, sh = love.graphics.getDimensions() local mx, my =...

bug
library dependency
Windows