|
|
@ -105,12 +105,12 @@ class _ComputerTopSpriteComponent extends SpriteComponent with HasGameRef {
|
|
|
|
}
|
|
|
|
}
|
|
|
|
}
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
|
|
/// {@template sparky_turbo_charge_sensor}
|
|
|
|
/// {@template sparky_computer_sensor}
|
|
|
|
/// Small sensor body used to detect when a ball has entered the
|
|
|
|
/// Small sensor body used to detect when a ball has entered the
|
|
|
|
/// [SparkyComputer].
|
|
|
|
/// [SparkyComputer].
|
|
|
|
/// {@endtemplate}
|
|
|
|
/// {@endtemplate}
|
|
|
|
class SparkyComputerSensor extends BodyComponent with InitialPosition {
|
|
|
|
class SparkyComputerSensor extends BodyComponent with InitialPosition {
|
|
|
|
/// {@macro sparky_turbo_charge_sensor}
|
|
|
|
/// {@macro sparky_computer_sensor}
|
|
|
|
SparkyComputerSensor() {
|
|
|
|
SparkyComputerSensor() {
|
|
|
|
renderBody = false;
|
|
|
|
renderBody = false;
|
|
|
|
}
|
|
|
|
}
|
|
|
|