Maxim Kovkel

Results 7 comments of Maxim Kovkel

Seems like we really need it since it is pretty popular request. For now, there are two options to achieve the behavior: # Via 'Folder' button: ![image](https://github.com/MakovWait/godots/assets/39778897/f40c9d1e-1526-4c10-99d9-e2af7f526f5c) # Via [Custom...

There was an implementation #83

Thanks for your work! Could you explain why do we need these checks?

btw found a way to calculate the sha256 sum: ```gdscript FileAccess.get_sha256(file_path) ```

Added [CLI](https://github.com/MakovWait/godots/blob/main/.github/assets/FEATURES.md#cli). Now it is possible to create editor process and pass args to it with: ```sh godots exec -- c:\path\to\project\myscene.tscn ``` but sadly, I haven't found any possibilities to...

It should be possible. Here is the [guide](https://github.com/MakovWait/godots/blob/main/.github/assets/THEMING.md)

Have you found the existent way to manage custom themes sufficient?