Logo
Explore Help
Sign In
andrew/akgl-test
1
0
Fork 0
You've already forked akgl-test
Code Issues Pull Requests Actions Packages Projects Releases Wiki Activity
Files
13c5fee2da90c8500e54f537493cdc6d114cad6f
akgl-test/tests/assets/testcharacter.json

21 lines
300 B
JSON
Raw Normal View History

Fixed the tilemap loading and rendering. Added a bunch more error checking and tests. Fixed actors not rendering with their layers in the dist.
2025-01-01 13:56:15 -05:00
{
"name": "testcharacter",
Actor movement rates now controlled by velocity settings on the character and movement states
2025-01-01 22:28:17 -05:00
"velocity_x": 0.20,
"velocity_y": 0.20,
Fixed the tilemap loading and rendering. Added a bunch more error checking and tests. Fixed actors not rendering with their layers in the dist.
2025-01-01 13:56:15 -05:00
"sprite_mappings": [
{
Character definitions now use an array of state names instead of integers
2025-01-04 14:24:48 -05:00
"state": [
"ACTOR_STATE_ALIVE",
"ACTOR_STATE_FACE_LEFT"
],
Fixed the tilemap loading and rendering. Added a bunch more error checking and tests. Fixed actors not rendering with their layers in the dist.
2025-01-01 13:56:15 -05:00
"sprite": "testsprite"
},
{
Character definitions now use an array of state names instead of integers
2025-01-04 14:24:48 -05:00
"state": [
"ACTOR_STATE_DEAD"
],
Fixed the tilemap loading and rendering. Added a bunch more error checking and tests. Fixed actors not rendering with their layers in the dist.
2025-01-01 13:56:15 -05:00
"sprite": "testsprite2"
}
]
}
Reference in New Issue Copy Permalink
Powered by Gitea Version: 1.25.3 Page: 77ms Template: 2ms
English
Bahasa Indonesia Deutsch English Español Français Gaeilge Italiano Latviešu Magyar nyelv Nederlands Polski Português de Portugal Português do Brasil Suomi Svenska Türkçe Čeština Ελληνικά Български Русский Українська فارسی മലയാളം 日本語 简体中文 繁體中文(台灣) 繁體中文(香港) 한국어
Licenses API