HaxeFlixel / HaxeFlixel/flixel-docs
Tutorial pt. 7 references missing arguments
Nobody has claimed this yet.
- Dominant language
- CSS
- Stars
- 86
- Forks
- 132
- PR merge metrics
- No merged PRs in 30d
Description
Following the TurnBasedRPG tutorial, part 7 references width and height arguments that aren't yet provided by the template code:
It says to change the width and height, but for me the game constructor is called like so: new FlxGame(0, 0, MenuState). That's how it was when I called flixel tpl to get started (after changing PlayState to MenuState). So that line in the tutorial is a little confusing. It should either say to add arguments for width and height, or to edit the width and height arguments in Project.xml.
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
Start in documentation/01_tutorial/08-7-zoom-and-cameras.html.md at the linked line and compare the tutorial wording with the template's FlxGame call. Update the instructions to clarify whether width and height should be added there or changed in Project.xml; done means the tutorial matches the generated template and is unambiguous.
Written by the indexing model from the issue text.
Assessment
- Domain
- documentation
- Issue type
- Documentation
- Difficulty
- 1/5
- Estimated time
- Under an hour
- Activity status
- Stale
- Clarity
- Clearly specified
- Newbie friendliness
- 45/100