Holly

Results 28 comments of Holly

On Windows the DLL is always supposed to be called `SDL2_gpu.dll`. `libSDL2_gpu` is the name used on the other platforms. Can you try to build with `x86_64-w64-mingw32-gcc`? This is an...

this occurs when you haven't selected your merchant account via `OrderApi` or `ProductApi::merchant('your-merchant')`

I think rendering a video in sRGB color space is by far the more common and expected use case. we've been trying out movie maker mode recently to render a...

this is another "sometimes" bug. I have scenes where I get tooltips, and others where I do not. similarly, a team member is not getting tooltips in a scene where...

@parthipan51 cool, although I am not sure that's a solution to this issue. `show_behind_parent` doesn't do anything for me (and besides, it may not always be feasible to place the...

to add, the current description is not just scarce, but what's there is also misleading. > GTK app to sync InfiniTime watch with PinePhone from what I can understand, Siglo...

today someone asked how to export an array of `@export_global_file("*.png") var tool_image`. made me realize that this issue is not just about `@export_enum` but any specific export (`@export_*`).

@red1939 yes pretty much, the issue where `@export_enum` can't be typed as `String` despite the docs saying it should be supported is reported separately: #54828 I like the idea to...

I wonder if this issue should be renamed to `GDScript 2.0: @export_* annotations are missing support for arrays (e.g. @export_enum)`

also, let's not forget about this: `export(Array, String, "Rebecca", "Mary", "Leah") var character_names` if I understand correctly, the new syntax for that might look something like this: ``` enum CharacterNames...