CodexSkin
← 返回宠物画廊

宇智波佐助

@CodexSkin 制作

第四次忍界大战时期造型的宇智波佐助伙伴。

#anime#ninja#animated

先看动作,再决定领养

点击左侧任意状态,右侧舞台会实时演示对应动作。真实安装后由精灵图逐帧播放。

待机 · idle

把它带进 Codex

用 npx 直接安装,然后在 Codex 设置里重新加载宠物,就可以见面了。

$ npx codexskin-pets install CodexSkin-sasuke-finally

手动 ZIP 安装(备用方案)

# Windows PowerShell

New-Item -ItemType Directory -Force "$env:USERPROFILE\.codex\pets\CodexSkin-sasuke-finally"

Expand-Archive -LiteralPath ".\CodexSkin-sasuke-finally.zip" -DestinationPath "$env:USERPROFILE\.codex\pets\CodexSkin-sasuke-finally" -Force

# macOS / Linux

mkdir -p ~/.codex/pets/CodexSkin-sasuke-finally

unzip CodexSkin-sasuke-finally.zip -d ~/.codex/pets/CodexSkin-sasuke-finally

安装后的目录结构

~/.codex/pets/CodexSkin-sasuke-finally/
  pet.json          # 声明式元数据,无脚本
  spritesheet.webp  # 九状态精灵图

安装包只有这两个文件。宠物改变外观,不改变任务行为——如果压缩包里出现其他内容,先别装。