Files
flame/doc/tutorials
Victor Eronmosele d1c94d9cfa docs: Fix typo in Step 3 of platformer tutorial (#2363)
The grid position variable is non-private: gridPosition in the PlatformBlock class definition but was used as private: _gridPosition in the onLoad method.

This PR updates the grid position variable in the onLoad to gridPosition.
2023-02-23 06:25:01 +01:00
..