Stardew Valley
0 of 0

File information

Last updated

Original upload

Created by

Entoarox

Uploaded by

Entoarox

Virus scan

Safe to use

Mod articles

  • Animated Paths

    Version 1.2 adds support for a new feature, animated paths.

    Animated paths require use of 3 new properties for a path:


    - The Animated property needs to be present and have the value true
    - The Frames property needs to be present, and is a array of frames to render in order
    - The MillisPerFrame property controls how long each frame is visible (Default, 200 milliseconds if property is not set)

    To have multiple frames, simply copy the whole existing path, and append it to the bottom of the tilesheet.
    Frames start at index 0
    The Frames array needs to list each frame you want in the order you want them.
    Thus, the value means "Frame 0, Frame 1, Frame 2, then Frame 1 again, then Frame 0 again" before the cycle then repeats. ...