Skip to content

Commit

Permalink
Pre qual 13�
Browse files Browse the repository at this point in the history
  • Loading branch information
alexDickhans committed Nov 3, 2024
1 parent 2762ad9 commit 33ac7c9
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions lib/utils/bezier.dart
Original file line number Diff line number Diff line change
Expand Up @@ -8,8 +8,8 @@ import 'package:flutter/material.dart';

import 'point.dart';

const double pointSize = 12;
const double maxSpeed = 65;
const double pointSize = 8;
const double maxSpeed = 62;
const double maxAccel = 180;

class Bezier {
Expand Down

0 comments on commit 33ac7c9

Please sign in to comment.