From dd0005d66e9a4cf4dc9c7648f7c2d3aef24701bd Mon Sep 17 00:00:00 2001 From: RuiAlonso Date: Fri, 25 Mar 2022 15:04:25 +0100 Subject: [PATCH] doc: doc priority --- lib/game/components/spaceship.dart | 1 + 1 file changed, 1 insertion(+) diff --git a/lib/game/components/spaceship.dart b/lib/game/components/spaceship.dart index bcf33c0a..ebac3fd7 100644 --- a/lib/game/components/spaceship.dart +++ b/lib/game/components/spaceship.dart @@ -15,6 +15,7 @@ class Spaceship extends Forge2DBlueprint { /// Total size of the spaceship static const radius = 10.0; + /// Base priority for wall while be on spaceship. static const ballPriorityWhenOnSpaceship = 3; @override