Guilherme Nascimento

Results 55 comments of Guilherme Nascimento

@moeshin Thanks for the helpful advice. When I created the library I thought of implementing this using documentgetElementsByTagNameScript, but at the time it seemed to me that it would be...

@devantti created an MRP in version 4.3-dev3, I couldn't reproduce the problem. Your MRP weighs more than 150MB, I recommend that you create an actual MRP that reproduces the problem,...

@devantii using exactly your code in v4.2.2.stable.official [15073afe3]: ``` gdscript extends Node2D @onready var label = $Label func _input(event: InputEvent): label.text = event.as_text() if event is InputEventScreenTouch: var touch_position =...

@Sauermann I'm using Windows 10 to generate the APK. But keep in mind that I'm not building locally, I'm generating the APK from the export template (mirror: `https://github.com/godotengine/godot/releases/download/4.2.2-stable/Godot_v4.2.2-stable_export_templates.tpz`), so the...

@Sauermann @devantti I installed Android Studio, tested it using the emulator, and was able to reproduce the error. To be more direct, it seems that the error only occurs in...

@arieljannai thanks! :D The shortcuts are native to the websites, so I can not change, maybe I can add an extra, in the Opera browser Ctrl + G does not...

I am completing the improvements in version 0.8.0 that I will soon make available. One of the intentions is to really control some things by domain. I'll think about the...

I'm working on a screen that any user can configure manually, but by default it will already have a list of standard parameters. The option will be disabled by default,...

The new version is almost ready (I'm being very careful with the tests), your suggestion is very welcome, the initial problem with it is that the "duplicate guide" feature has...