Toothbrush is very slightly more powerful
Some checks failed
linting & formatting / build (push) Failing after 31s

This commit is contained in:
Rob Kelly 2025-09-08 18:03:17 -06:00
parent 92a516577b
commit 1dc441ed7b
2 changed files with 1 additions and 2 deletions

View File

@ -2,7 +2,7 @@ extends SurfaceSnapTool
# the wimpy toothbrush # the wimpy toothbrush
const PAINT_COLOR := Color(1, 0, 0, 0.3) const PAINT_COLOR := Color(1, 0, 0, 0.3)
const BRUSH_SCALE := 0.2 const BRUSH_SCALE := 0.5
@export var damage := 0.0063 # ~8 seconds to destroy standard nodule @export var damage := 0.0063 # ~8 seconds to destroy standard nodule

View File

@ -77,7 +77,6 @@ collision_mask = 4
hit_from_inside = true hit_from_inside = true
[node name="BeamPassthroughArea" type="Area3D" parent="Raycast"] [node name="BeamPassthroughArea" type="Area3D" parent="Raycast"]
transform = Transform3D(1, 0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0)
collision_layer = 128 collision_layer = 128
collision_mask = 0 collision_mask = 0