{
    "animation_controllers": {
        "controller.animation.super_cow": {
            "initial_state": "default",
            "states": {
                "default": {
                    "animations": [
                        "animation.super_cow.idle"
                    ]
                },
                "walk": {
                    "animations": [
                        "animation.super_cow.walk"
                    ]
                },
                "run": {
                    "animations": [
                        "animation.super_cow.run"
                    ]
                }
            }
        }
    }
}