mirror of
https://github.com/EsotericSoftware/spine-runtimes.git
synced 2025-12-22 02:06:03 +08:00
[csharp] Minor: fixed whitespace formatting.
This commit is contained in:
parent
8a9fc13a86
commit
559b66d8dc
@ -193,7 +193,7 @@ namespace Spine {
|
|||||||
|
|
||||||
// Set the "walk" animation on track one and let it loop forever
|
// Set the "walk" animation on track one and let it loop forever
|
||||||
state.SetAnimation(0, "walk", true);
|
state.SetAnimation(0, "walk", true);
|
||||||
|
|
||||||
// Queue another animation after 2 seconds to let Spineboy jump
|
// Queue another animation after 2 seconds to let Spineboy jump
|
||||||
state.AddAnimation(0, "jump", false, 2);
|
state.AddAnimation(0, "jump", false, 2);
|
||||||
|
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user