address comments

This commit is contained in:
Luan Nico
2020-08-18 23:40:06 -04:00
parent 01b3863353
commit d0f23b6488

View File

@ -48,10 +48,10 @@ abstract class PositionComponent extends Component {
/// The [angle] is rotated around this point.
Anchor anchor = Anchor.topLeft;
/// Wether this component should be flipped on the X axis before being rendered.
/// Whether this component should be flipped on the X axis before being rendered.
bool renderFlipX = false;
/// Wether this component should be flipped ofn the Y axis before being rendered.
/// Whether this component should be flipped ofn the Y axis before being rendered.
bool renderFlipY = false;
/// This is set by the BaseGame to tell this component to render additional debug information,