EriKWDev

Results 87 comments of EriKWDev

Changed line 69's `distance(vec2f(0), vec2f(fx, fy))` to `length(vec2f(fx, fy))` and now it compiles.

I thought a bit about it and I don't know how to implement this without the need for a dependency in the user's project :/ In order to compress we...

Thank you for taking the time to respond. I will experiment with `defineSystem` and come back with results. I imagine though that , since I want to separate systems into...

Yes, after some testing the groups are really useful and the most versatile. It's very nice because now I can run game logic systems on a quick loop with fixed...

![image](https://user-images.githubusercontent.com/19771356/150680700-321841c5-ca1b-4059-b6ab-6a604f5dfa37.png) Same on fedora first install. Please untick by default... "Welcome to Brave" instead of showing what it really does: "Set Brave as Default Browser"

Here (I believe) is the line that sets the checkbox to true: https://github.com/brave/brave-core/blob/424c857a70b692360db3ad9c0caa2c722bac225e/chromium_src/chrome/browser/ui/views/first_run_dialog.cc#L105 As well as the line that perhaps should change to use IDS_WELCOME_SET_AS_DEFAULT_HEADER https://github.com/brave/brave-core/blob/424c857a70b692360db3ad9c0caa2c722bac225e/chromium_src/chrome/browser/ui/views/first_run_dialog.cc#L75 ..or alternatively update the...

"We don't do deceptive UI experiences here. "

I understand that a free browser needs all the help it can to spread, but not being honest in telling us that that is why this feature is on by...

+1 Would love for this PR to land, even if behind an experimental config flag :) (it hasn't already landed experimentally right...?)