fix: Enabled playing of animated sprite by default
This commit is contained in:
@@ -1455,9 +1455,13 @@ or below their feet.
|
||||
* The CollisionShape child node defines the bounds of the character. You may
|
||||
want to resize or change the shape assigned to this node.
|
||||
|
||||
* You should move the character's sprite and collision shape down so the
|
||||
crosshairs are directly between their feet. This ensures that where you click
|
||||
lines up with where the character walks to.
|
||||
* You should move all child nodes down so the crosshairs are directly between
|
||||
the character's feet. This ensures that where you click lines up with where the
|
||||
character walks to.
|
||||
|
||||
* If you want to swap a player character to an NPC, change the parent node
|
||||
from an ESCPlayer to an ESCItem. Similarly, change an NPC to a player
|
||||
character by changing the parent node to an ESCPlayer node.
|
||||
"
|
||||
|
||||
[node name="help_window" parent="InformationWindows" instance=ExtResource( 38 )]
|
||||
|
||||
Reference in New Issue
Block a user