Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
6 changes: 6 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -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
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -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",
Expand Down
2 changes: 1 addition & 1 deletion world.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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:
Expand Down
Loading