
| itch.io | https://manchmalscott.itch.io/ |
| Github | https://github.com/gelvinp |
| keyoxide | https://keyoxide.org/4018298F66D404D5153F81686BF8451E041D0D51 |

| itch.io | https://manchmalscott.itch.io/ |
| Github | https://github.com/gelvinp |
| keyoxide | https://keyoxide.org/4018298F66D404D5153F81686BF8451E041D0D51 |
I went and checked, actually made a supercut of all the parts in the game awards where they actually gave awards to people.
It was almost exactly 30 minutes. Of the 3+ hour long show.
14 categories didn't even get an acceptance speech, and the ones who did were cued off in less than a minute, but yeah I really wanted to spend 15 minutes hearing kojima say nothing about a game that doesn't exist.
I'm glad I didn't watch this year, I'll probably not watch again next year. This shit is ridiculous.
Just refactored my current project so that I can load in only the assets I need on a separate thread, and the rest of the program just gracefully waits for it to become available, so I no longer have to wait a few seconds at app launch for things to load that I don't even use immediately. It's soooo satisfying to have it basically open immediately to the main menu.
Now to go actually work on features 😅
God I love how #GodotEngine is so open source and hackable. Every time I run into something annoying I can just... fix it.
I'm annoyed that double clicking the scene arrows makes a new tab? Just comment that out.
I want to orbit the 3D viewport with a horizontal scroll? Done, with an editor setting for sensitivity to boot.
There's no keyboard shortcut to make a new folder in the file system dock? I'll just add one.