From 63e91aee60fe3f3495fb3f2c42eac0c6a4f527fd Mon Sep 17 00:00:00 2001 From: hkc Date: Sun, 15 Sep 2024 06:16:22 +0300 Subject: [PATCH] Fixed path --- amongoos.json | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/amongoos.json b/amongoos.json index c01543e1..0feb1f32 100644 --- a/amongoos.json +++ b/amongoos.json @@ -1,9 +1,9 @@ { "frame_time": 0.05, "frame_count": 70, - "video": "https://git.being.pet/hkc/cc-trash/raw/branch/master/frame%04d.cpi", + "video": "https://git.being.pet/hkc/cc-trash/raw/branch/master/amongoos/frame%04d.cpi", "audio": { - "l": "https://git.being.pet/hkc/cc-trash/raw/branch/master/left.s8", - "r": "https://git.being.pet/hkc/cc-trash/raw/branch/master/right.s8" + "l": "https://git.being.pet/hkc/cc-trash/raw/branch/master/amongoos/left.s8", + "r": "https://git.being.pet/hkc/cc-trash/raw/branch/master/amongoos/right.s8" } }