mirror of
https://github.com/flame-engine/flame.git
synced 2025-10-30 08:27:36 +08:00
docs: Fix examples for v1.9.0 (#2757)
Fixed up some examples that needed fixing before releasing v1.9.0
This commit is contained in:
@ -25,7 +25,7 @@ class JoystickExample extends FlameGame {
|
||||
);
|
||||
player = JoystickPlayer(joystick);
|
||||
|
||||
add(player);
|
||||
add(joystick);
|
||||
world.add(player);
|
||||
camera.viewport.add(joystick);
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user