@waica/archetype-isometric 0.9.0 → 0.10.0
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/assets/ATTRIBUTION.md +2 -1
- package/package.json +3 -3
package/assets/ATTRIBUTION.md
CHANGED
|
@@ -33,7 +33,8 @@ corrected one.
|
|
|
33
33
|
|
|
34
34
|
Output columns are `0 idle · 1–3 walk · 4–6 attack · 7–8 hurt · 9–10 death`.
|
|
35
35
|
`src[c]` is the source column each output column is cut from; the warrior's
|
|
36
|
-
sword
|
|
36
|
+
sword and hurt poses sit one column earlier than the other two sheets' (the
|
|
37
|
+
death poses are columns 22 and 23 in all three):
|
|
37
38
|
|
|
38
39
|
| Output file | Character | `src[0..10]` |
|
|
39
40
|
|---|---|---|
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@waica/archetype-isometric",
|
|
3
|
-
"version": "0.
|
|
3
|
+
"version": "0.10.0",
|
|
4
4
|
"description": "Waica isometric archetype — logical-grid action adventures with screen-relative movement",
|
|
5
5
|
"license": "MIT",
|
|
6
6
|
"type": "module",
|
|
@@ -24,7 +24,7 @@
|
|
|
24
24
|
}
|
|
25
25
|
},
|
|
26
26
|
"dependencies": {
|
|
27
|
-
"@waica/behaviors": "^0.
|
|
28
|
-
"@waica/engine": "^0.
|
|
27
|
+
"@waica/behaviors": "^0.10.0",
|
|
28
|
+
"@waica/engine": "^0.10.0"
|
|
29
29
|
}
|
|
30
30
|
}
|