updates. herorganizatie en schilderij

This commit is contained in:
2023-01-31 15:46:07 +01:00
parent 2550625baf
commit 2f6967084e
25 changed files with 198 additions and 57 deletions
+9
View File
@@ -0,0 +1,9 @@
extends StaticBody3D
var number = 0
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
number = (number + 1) % 10