Skip to content

Commit 6a0b3e0

Browse files
committed
Clarify sprite attribution and layering
1 parent 4a82d5b commit 6a0b3e0

2 files changed

Lines changed: 5 additions & 11 deletions

File tree

README.md

Lines changed: 4 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -20,16 +20,16 @@ that replaces the standard ArcGIS AI Assistant panel?
2020
- Esri [AI Assistant component sample](https://developers.arcgis.com/javascript/latest/sample-code/ai-assistant/)
2121
- Esri [`arcgis-assistant` component reference](https://developers.arcgis.com/javascript/latest/references/ai-components/components/arcgis-assistant/)
2222
- Codex/ChatGPT-style pets via [Codex settings](https://openai.com/academy/codex-settings/), [the Codex app](https://openai.com/index/introducing-the-codex-app/), and [OpenAI Devs on X](https://x.com/OpenAIDevs/status/2050275713824211041)
23-
- Pet sprites from [Petdex](https://petdex.crafter.run/), including [Boba](https://petdex.crafter.run/pets/boba)
23+
- Pet sprites from [Petdex](https://petdex.crafter.run/)
2424

2525
Tiny Assistant keeps the map and AI chat as ArcGIS web components, then wraps
2626
them with a movable assistant character and compact chat panel.
2727

2828
Bundled sprites:
2929

30-
- `globby`: original Tiny Assistant character in this repo.
31-
- `clippy`: Petdex-compatible sprite sourced from [Petdex](https://petdex.crafter.run/).
32-
- `boba`: Petdex sprite sourced from [Boba on Petdex](https://petdex.crafter.run/pets/boba).
30+
- `globby`: my sprite for this prototype.
31+
- `clippy`: pet sprite from [Petdex](https://petdex.crafter.run/).
32+
- `boba`: pet sprite from [Boba on Petdex](https://petdex.crafter.run/pets/boba).
3333

3434
## Try The Demo
3535

@@ -158,12 +158,6 @@ When more than one sprite is configured, right-click the assistant character and
158158
use the Style section to switch between them at runtime. The menu is clamped to
159159
the viewport so it stays visible near screen edges.
160160

161-
The current bundled styles are:
162-
163-
- `globby`: the original Tiny Assistant character in this repo;
164-
- `clippy`: Petdex-compatible sprite sourced from [Petdex](https://petdex.crafter.run/);
165-
- `boba`: Petdex sprite sourced from [Boba on Petdex](https://petdex.crafter.run/pets/boba).
166-
167161
Sprites need to follow the same Codex-style atlas contract used by Globby:
168162
8 columns, 9 rows, and the same row meanings for idle, movement, wave, waiting,
169163
review, and related states. A different atlas layout would need extra metadata

src/styles.css

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -113,7 +113,7 @@ tiny-arcgis-assistant {
113113
right: auto;
114114
top: 120px;
115115
width: 172px;
116-
z-index: 6;
116+
z-index: 10;
117117
}
118118

119119
.assistant-bubble[hidden],

0 commit comments

Comments
 (0)