Hugo Locurcio
Hugo Locurcio
### Godot version 4.2.1.stable ### VS Code version 1.86.2 ### Godot Tools VS Code extension version 2.0.0 ### System information Fedora 39 ### Issue description The GDScript formatter only keeps...
**Is your feature request related to a problem? Please describe.** The sound coming from my video recordings is very quiet (almost inaudible at my default volume). **Describe the solution you'd...
It would make sense to use a dark theme for the emote search window when using the dark theme in Discord, as to be more consistent with the rest of...
Right now, to define a toggleable FPS limit, you must specify more than one FPS value (`0` is valid and acts as "unlimited"):  However, in the Custom field, you...
I enabled Stairs+ nodes in creative inventory by default with https://github.com/minetest-mods/moreblocks/commit/774c4043aae4979a69f31f914a3760cb9877f2de. However, this makes it difficult to browse the creative inventory and slows down loading, so I think I'll disable...
This issue tracks issues specific to the Vulkan (Forward) Mobile backend (such as bugs and undocumented missing features), **regardless of the host platform**. See also https://github.com/godotengine/godot/issues/39033, which is specific to...
When enabled, this displays the texture with an appearance that mimics nearest-neighbor filtering with a shader to smooth out aliasing between pixels. This can be used for a pixel art...
**Python version:** 3.9.0 **Sphinx version:** 1.8.5 **sphinx-notfound-page version:** 0.6 Here's the relevant part of my `conf.py`: ```python # sphinx-notfound-page # https://github.com/readthedocs/sphinx-notfound-page notfound_context = { "title": "Page Not Found", "body": """...
I've used this script locally and it works great :slightly_smiling_face: Are there any plans on publishing it to PyPI for easier installation with `pip install`?
New keywords were recently added to GDScript, it would be cool if there was support for those in this plugin. Those keywords are `onready` (https://github.com/godotengine/godot/commit/30c12297dc6df7d35df140475c0cec7308aea77a) and `breakpoint` (https://github.com/godotengine/godot/commit/7d2d1442f83e6a7a57a1823a6cf5af53e5419d5f).