kiigame / kiigame/adventure_engine
Define character position once
- Dominant language
- JavaScript
- Stars
- 1
- Forks
- 6
- Avg merge
- 2m
- Merged PRs (30d)
- 4
Description
Currently each frame in character.json contains x and y for how to place the character.
The game should probably simply place the character's bottom right corner at the right edge of the screen on top of inventory without asking questions.
Alternately or optionally there could be a single x and y setting for the character in character.json, with option to use x and y of each frame if those are set. (Needs examples / tests though.)
Relates to #127 and perhaps #99
Contributor guide
No contributing guide indexed for this repository
Research direction
Start by reviewing how character.json frame positions are read and used to place characters, then compare the proposed fixed bottom-right placement with the optional single x and y setting. Resolve which behavior is wanted, including fallback rules, and add the examples and tests requested in the issue; review related issues #127 and #99 for context.
Written by the indexing model from the issue text.
Assessment
- Tech stack
- javascript
- Domain
- game-dev
- Issue type
- Feature
- Difficulty
- 4/5
- Estimated time
- 3-5 days
- Activity status
- Stale
- Clarity
- Needs clarification
- Newbie friendliness
- 35/100