Removed hardcoded access to node named "sprite" (#364)

This commit is contained in:
Julian Murgia
2021-08-10 22:20:30 +02:00
committed by GitHub
parent c1c25aae03
commit a00bbd4d4d
4 changed files with 35 additions and 6 deletions

View File

@@ -336,6 +336,14 @@ func has_moved() -> bool
Check wether this item moved
### get\_sprite
```gdscript
func get_sprite() -> Node
```
Return the sprite node
### set\_angle
```gdscript