diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index f9f2541b..a68f2f57 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -6,7 +6,7 @@ jobs: runs-on: ubuntu-latest steps: - name: Checkout - uses: actions/checkout@v3 + uses: actions/checkout@v4 - name: Download gxc run: | curl -Lo tools.tar.gz https://github.com/IntelOrca/libsawyer/releases/download/v1.2.0/libsawyer-tools-linux-x64.tar.gz @@ -16,7 +16,7 @@ jobs: - name: Create objects.zip run: ./build.mjs - name: Upload artifacts - uses: actions/upload-artifact@v2 + uses: actions/upload-artifact@v4 with: name: "ZeeMaji Custom Objects" path: artifacts/objects.zip diff --git a/objects/zeemaji/zeemaji.peep_animations.entertainer_invisible/images/icon.png b/objects/zeemaji/zeemaji.peep_animations.entertainer_invisible/images/icon.png new file mode 100644 index 00000000..ed3aed27 Binary files /dev/null and b/objects/zeemaji/zeemaji.peep_animations.entertainer_invisible/images/icon.png differ diff --git a/objects/zeemaji/zeemaji.peep_animations.entertainer_invisible/object.json b/objects/zeemaji/zeemaji.peep_animations.entertainer_invisible/object.json new file mode 100644 index 00000000..bc2218b4 --- /dev/null +++ b/objects/zeemaji/zeemaji.peep_animations.entertainer_invisible/object.json @@ -0,0 +1,69 @@ +{ + "id": "zeemaji.peep_animations.entertainer_invisible", + "authors": [ + "ZeeMaji" + ], + "version": "1.0", + "objectType": "peep_animations", + "properties": { + "peepType": "entertainer", + "noRandomPlacement": true + }, + "strings": { + "name": { + "en-GB": "Invisible Entertainer" + } + }, + "images": [ + { "path": "images/icon.png", "x": 0, "y": 1 }, + + "", + "", + "", + "" + ], + "animationGroups": [ + { + "scriptName": "invisible", + "isSlowWalking": false, + "animations": { + "walking": { + "offset": 1, + "sequence": [ + 0 + ] + }, + "watchRide": { + "offset": 1, + "sequence": [ + 0 + ] + }, + "hanging": { + "offset": 1, + "sequence": [ + 0 + ] + }, + "drowning": { + "offset": 1, + "sequence": [ + 0 + ] + }, + "joy": { + "offset": 1, + "sequence": [ + 0 + ] + }, + "wave2": { + "offset": 1, + "sequence": [ + 0 + ] + } + } + } + ] +} \ No newline at end of file diff --git a/packed/zeemaji.peep_animations.entertainer_invisible.parkobj b/packed/zeemaji.peep_animations.entertainer_invisible.parkobj new file mode 100644 index 00000000..bd195d75 Binary files /dev/null and b/packed/zeemaji.peep_animations.entertainer_invisible.parkobj differ