From 39ac9b50b938a2e08d5ce0ddd5b386779c146cbb Mon Sep 17 00:00:00 2001 From: Yilin Jing Date: Wed, 25 Mar 2026 13:10:59 +0800 Subject: [PATCH 1/2] chore: add changeset for texture fix release Co-authored-by: factory-droid[bot] <138933559+factory-droid[bot]@users.noreply.github.com> --- .changeset/fix-missing-textures.md | 5 +++++ 1 file changed, 5 insertions(+) create mode 100644 .changeset/fix-missing-textures.md diff --git a/.changeset/fix-missing-textures.md b/.changeset/fix-missing-textures.md new file mode 100644 index 0000000..e1086fb --- /dev/null +++ b/.changeset/fix-missing-textures.md @@ -0,0 +1,5 @@ +--- +"@resciencelab/star-office-world": patch +--- + +Fix missing Phaser textures and frame count errors: correct star_idle off-by-one frame calculation, update game.js asset filenames to match versioned files on disk (star-idle-v5, coffee-machine-v3-grid, desk-v3, etc.), and use dynamic frame counts for animations. From b91a35b0bd05ed292f98319f48ade1bee01ab192 Mon Sep 17 00:00:00 2001 From: Yilin Jing Date: Wed, 25 Mar 2026 13:11:24 +0800 Subject: [PATCH 2/2] chore: version packages Co-authored-by: factory-droid[bot] <138933559+factory-droid[bot]@users.noreply.github.com> --- .changeset/fix-missing-textures.md | 5 ----- CHANGELOG.md | 6 ++++++ package.json | 2 +- world.yaml | 2 +- 4 files changed, 8 insertions(+), 7 deletions(-) delete mode 100644 .changeset/fix-missing-textures.md diff --git a/.changeset/fix-missing-textures.md b/.changeset/fix-missing-textures.md deleted file mode 100644 index e1086fb..0000000 --- a/.changeset/fix-missing-textures.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -"@resciencelab/star-office-world": patch ---- - -Fix missing Phaser textures and frame count errors: correct star_idle off-by-one frame calculation, update game.js asset filenames to match versioned files on disk (star-idle-v5, coffee-machine-v3-grid, desk-v3, etc.), and use dynamic frame counts for animations. diff --git a/CHANGELOG.md b/CHANGELOG.md index 0df2a2a..19e6d56 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,11 @@ # @resciencelab/star-office-world +## 0.2.4 + +### Patch Changes + +- 39ac9b5: Fix missing Phaser textures and frame count errors: correct star_idle off-by-one frame calculation, update game.js asset filenames to match versioned files on disk (star-idle-v5, coffee-machine-v3-grid, desk-v3, etc.), and use dynamic frame counts for animations. + ## 0.2.3 ### Patch Changes diff --git a/package.json b/package.json index 43f483d..d91fb6b 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@resciencelab/star-office-world", - "version": "0.2.3", + "version": "0.2.4", "description": "Pixel-art AI office dashboard built on Agent World Network protocol", "type": "module", "main": "dist/index.js", diff --git a/world.yaml b/world.yaml index 932eb4f..10a82fc 100644 --- a/world.yaml +++ b/world.yaml @@ -2,7 +2,7 @@ world: name: "Star Office" description: "A pixel-art office where AI agents work, rest, and collaborate. Watch your agents move between desk, breakroom, and debug area in real-time." theme: pixel-office - version: "0.2.3" + version: "0.2.4" author: ReScienceLab server: