mirror of
https://github.com/flame-engine/flame.git
synced 2025-11-02 03:15:43 +08:00
Some fixes regarding the joystic PR
This commit is contained in:
@ -12,7 +12,7 @@ class Player extends Component implements JoystickListener {
|
||||
final _greenPaint = Paint()..color = const Color(0xFF00FF00);
|
||||
final double speed = 159;
|
||||
double currentSpeed = 0;
|
||||
double radAngle;
|
||||
double radAngle = 0;
|
||||
bool _move = false;
|
||||
Paint _paint;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user