HaxeFlixel / HaxeFlixel/flixel-docs

Tutorial pt. 7 references missing arguments

Open
#245 1 comment 0 reactions 0 assignees View on GitHub

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:

here

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

  1. Read the whole issue, then the project's contributing guide.
  2. Comment on the issue to say you are picking it up — it saves two people doing the same work.
  3. Fork the repository and make your change on a branch.
  4. 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

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.