|
|
@ -7,7 +7,7 @@ import 'package:flutter/material.dart';
|
|
|
|
|
|
|
|
|
|
|
|
const _particleRadius = 0.25;
|
|
|
|
const _particleRadius = 0.25;
|
|
|
|
|
|
|
|
|
|
|
|
/// TODO(erickzanardo): This component could just be a ParticleComponet,
|
|
|
|
// TODO(erickzanardo): This component could just be a ParticleComponet,
|
|
|
|
/// unfortunately there is a Particle Component is not a PositionComponent,
|
|
|
|
/// unfortunately there is a Particle Component is not a PositionComponent,
|
|
|
|
/// which makes it hard to be used since we have camera transformations and on
|
|
|
|
/// which makes it hard to be used since we have camera transformations and on
|
|
|
|
// top of that, PositionComponent has a bug inside forge 2d games
|
|
|
|
// top of that, PositionComponent has a bug inside forge 2d games
|
|
|
|