HaxeFlixel / HaxeFlixel/flixel-ui
sprite doesn't supports "visible" attribute
Open
Beginner friendly
Nobody has claimed this yet.
- Dominant language
- Haxe
- Stars
- 201
- Forks
- 75
- PR merge metrics
- No merged PRs in 30d
Description
FlxUI doesn't checks visible attribute for sprite in _loadSprite function
<sprite id="bought" src="ui/saveslot_bought" center_on="back" group="top" visible="false"/>
Contributor guide
No contributing guide indexed for this repository
First steps
- Read the whole issue, then the project's contributing guide.
- Comment on the issue to say you are picking it up — it saves two people doing the same work.
- Fork the repository and make your change on a branch.
- Open a pull request that references the issue number.
Research direction
Locate the _loadSprite function and inspect how the XML attributes in the issue example are handled. Verify the change with a sprite using visible="false"; done means that sprite is not visible when loaded.
Written by the indexing model from the issue text.
Assessment
- Tech stack
- xml
- Domain
- frontend
- Issue type
- Bug
- Difficulty
- 2/5
- Estimated time
- 1-3 hours
- Activity status
- Stale
- Clarity
- Clearly specified
- Newbie friendliness
- 68/100