generated from krampus/template-godot4
Toothbrush is very slightly more powerful
Some checks failed
linting & formatting / build (push) Failing after 31s
Some checks failed
linting & formatting / build (push) Failing after 31s
This commit is contained in:
parent
92a516577b
commit
1dc441ed7b
@ -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
|
||||||
|
|
||||||
|
@ -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
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user