splishy splashy

This commit is contained in:
2023-02-07 16:54:29 +01:00
parent dace1fa599
commit 4fb34f2ffc
67 changed files with 1063 additions and 102 deletions
+1 -1
View File
@@ -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