splishy splashy
This commit is contained in:
@@ -2,7 +2,7 @@ extends StaticBody3D
|
||||
|
||||
var number = 0
|
||||
|
||||
func _on_input_event(camera, event, position, normal, shape_idx):
|
||||
func _on_input_event(_camera, event, _position, _normal, _shape_idx):
|
||||
if event is InputEventMouseButton and event.is_action_pressed("interact"):
|
||||
$"..".rotate_x(PI/5)
|
||||
$Audio.playing = true
|
||||
|
||||
Reference in New Issue
Block a user