-
Notifications
You must be signed in to change notification settings - Fork 14
Open
Labels
bugSomething isn't workingSomething isn't workingdocumentationImprovements or additions to documentationImprovements or additions to documentationgood first issueGood for newcomersGood for newcomershelp wantedExtra attention is neededExtra attention is needed
Description
GECS Version
main
What happened?
In https://github.com/csprance/gecs/blob/main/addons/gecs/docs/GETTING_STARTED.md, the example code for e_player.gd
tries to "Sync the entity's scene position to the Transform component".
However, since Entity
extends Object
, it doesn't have a global_position
.
So the example code does not work.
Steps to Reproduce
n/a, an issue with the documentation.
SIGSTACKFAULT
Metadata
Metadata
Assignees
Labels
bugSomething isn't workingSomething isn't workingdocumentationImprovements or additions to documentationImprovements or additions to documentationgood first issueGood for newcomersGood for newcomershelp wantedExtra attention is neededExtra attention is needed