chore: add todo

pull/113/head
Allison Ryan 4 years ago
parent 6843da1bf7
commit c734ef621c

@ -5,6 +5,7 @@ import 'package:flame/extensions.dart';
/// {@template board_dimensions}
/// Contains various board properties and dimensions for global use.
/// {@endtemplate}
// TODO(allisonryan0002): consider alternatives for global dimensions.
class BoardDimensions {
/// Width and height of the board.
static final size = Vector2(101.6, 143.8);

Loading…
Cancel
Save