endlessm / moddable-platformer

Mini moddable platform game to ease the Godot learning curve
https://godotengine.org/asset-library/asset/3371
MIT License
12 stars 0 forks source link

Docstring tooltips not shown for Player etc. moddable properties in inspector #7

Open wjt opened 3 weeks ago

wjt commented 3 weeks ago

image

image

Reproduced in Godot 4.3.stable and 4.4-dev3.

manuq commented 2 weeks ago

@wjt if you close the project, remove the .godot folder and then open the project again. Do the tooltips show up?

wjt commented 2 weeks ago

It's non-deterministic… I now can't reproduce this problem at all, whether or not I delete .godot.

wjt commented 2 weeks ago

While experimenting I gave player.gd a class_name and top-level docstring, which I added to #11 together with some further documentation and a bunch of CI fixes.