Dutra, Gerson F.

Results 3 comments of Dutra, Gerson F.

It would be great if we have the option to allow a sound sample from the file system to be played as we select it as we have on fl...

It would be awesome to have an implementation of/like [vim's telescope](https://vimawesome.com/plugin/telescope-nvim) extension in the editor.

Current workaround: ```gdscript @export_range(.0, 100., .01, "suffix:%") var progress: float: set(value): _progress = value / 100. progress = value @onready var _progress: float = progress ``` Use case: I'm working...