extends CSGSphere3D
func _input(event):
#if event is InputEventMouseMotion:
if Input.is_action_just_pressed("MOUSE_LEFT"):
$AnimationPlayer.play("blanca4")
$"../AudioStreamPlayer3DDISPAROELICOPTERO".play()
--------------------------------------------------------------------------------------------------------------------
extends CSGSphere3D
func _input(event):
#if event is InputEventMouseMotion:
if Input.is_action_just_pressed("MOUSE_RIGHT"):
$AnimationPlayer.play("blanca4")
$"../AudioStreamPlayer3DDISPAROELICOPTERO".play()
No hay comentarios:
Publicar un comentario