다운로드는 인장에 마지막부분에 있습니다.

이미지 파일만 들어있어요.

hudpanelhd.json 파일의 fps부분이 4로 되어있는것을 10-15정도로 수정하시면 이미지가 더 자연스럽게 움직입니다.

 {
          "type": "AnimatedImageWidget",
          "name": "BallImage",
          "fields": {
            "filename": "PANEL/HUD_02/HealthManaAnimation/HealthIdle/4k/globe_health_man_idle",
            "fps": 20, // 수정구스피드
            "useAdvancedColoring": true,
            "recolorRange": {
              "hue": [0.0, 1.01],
              "saturation": [0.0, 0.0],
              "value": [0.0, 0.0]
            },
            "hsvTransform": [0.3, 0.0, 0.0, 0.0]
          }
        },
        {
          "type": "ImageWidget",
          "name": "EdgeImage",
          "fields": {
            "rect": {
              "y": 3,
              "scale": 2.0
            },
            "filename": "PANEL/HUD_02/HealthManaAnimation/HotPoint/FrameSet1/globe_hot_point"
          }
        }
      ]
    },
    {
      "type": "AttributeBallWidget",
      "name": "ManaBall",
      "fields": {
        "rect": {
          "x": 2268,
          "y": 65,
          "width": 348,
          "height": 350
        },
        "attribute": "mana",
        "maxSmoothingSeconds": 1.0,
        "jumpSmoothingSeconds": 0.25,
        "potionPreviewTransparency": 0.5
      },
      "children": [
        {
          "type": "TextBoxWidget",
          "name": "ValueDisplay",
          "fields": {
            "anchor": {
              "x": 0.5
            },
            "rect": {
              "y": -30
            },
            "style": {
              "pointSize": "$XMediumLargeFontSize",
              "alignment": {
                "v": "bottom",
                "h": "center"
              },
              "spacing": "$MinimumSpacing",
              "dropShadow": "$DefaultDropShadow"
            }
          }
        },
        {
          "type": "AnimatedImageWidget",
          "name": "BallImage",
          "fields": {
            "filename": "PANEL/HUD_02/HealthManaAnimation/HealthIdle/4k/globe_health_man_idle",
            "fps": 20, // 수정구 스피드
            "useAdvancedColoring": true,
            "recolorRange": {
              "hue": [0.0, 1.01],
              "saturation": [0.0, 1.01],
              "value": [0.0, 1.01]
            },
            "hsvTransform": [-0.3333, -0.05, -0.05, 0.0]
          }
        },