Thomas Karcher
Thomas Karcher
I just wanted to give this one a go when I noticed that 1. there's currently no clear definition of what goes where (we have generic assets like FSMs or...
> Resume is still broken I ran into the same issue, and I think I figured out the root cause: The custom `reverse_readline` code taken from https://stackoverflow.com/a/23646049 doesn't work for...
FYI: I just downloaded and installed the latest version as described on the top of this PR, but it seems like some (well, at least one) module(s) are missing in...
Good catch! You're not using the latest commit in https://github.com/elsiehupp/wikiteam3/tree/python3, though, where generator.py has only 249 lines (so an error in line 2188 is not possible). But the error is...
Works for me: Creating "./backroomsfandomcom-20220428-wikidump/images" directory Downloaded 10 images Downloaded 20 images Downloaded 30 images Downloaded 40 images Downloaded 50 images Filename is too long, truncating. Now it is: 01000011...
Yes, moving two fingers anywhere in any game state leads to an immediate crash. I first came across this when I tried zooming in the map with the touchpad zoom...
> It would be the only control (to my knowledge) with this behaviour Nope. ScrollContainer has the same issue, see #78523 (I originally reported the missing drop shadow, but expand...
> "scroll_started" and "scroll_ended" signals of scroll container does not work at all, no matter which child is used (Control, Label, Rect, etc.). While "scrolling" signal of scrollbar only works...
I fully agree with @Houkime : A hint in the class description would have saved me almost an hour of tearing my hair out trying to figure out what's wrong...
FYI: I just updated my "ClickableMap" demo including the Delaunator script to work with Godot 4.0: https://github.com/t-karcher/ClickableMap Feel free to copy the script from this project back here. (I don't...