mirror of
https://github.com/flame-engine/flame.git
synced 2025-11-02 03:15:43 +08:00
Previously, as part of Issue #2798, I fixed the Klondike Tutorial app's step4 executable to use the Flame 1.9.x `world` and `camera` built-in objects and described the new code in the Step 2 tutorial, where it first appears in the discussion. However, the Step 2 and Step 3 tutorial texts have options to execute code and those did not include the new code. Accordingly, I have cloned the relevant code into `app/lib/step2/klondike_game.dart` and `app/lib/step3/klondike_game.dart`. I have also checked that there are no `*.md` files to be updated. The `step2.md` tutorial file covers Issue #2799 AFAICS.