mirror of
https://github.com/flame-engine/flame.git
synced 2025-11-01 10:38:17 +08:00
This small PR adjusts: 1. some `backticks` (`) in the platformer tutorial in order to have a proper highlight of the file names. 2. replaces backslash (`\`) with slash (`/`) in order to be consistent with the other file paths used in the tutorial. 3. renames the variable `_xOffset` to `xOffset` in order to be consistent with the rest of the code. Co-authored-by: Rodrigo Castro <rodrigo.desouzacastro@bahag.com>