😁😀😂😃😄😎😌😋😊😉😈😇😆😅😏😐😑😒😓
😁😀😂😃😄😎😌😋😊😉😈😇😆😅😏😐😑😒😓
Godot, scripts para Godot estudios y aprendizajes, Creacion de videojuegos. Creacion y publicacion de videojuegos en internet. Como hacer videojuegos. C# unity. Animaciones unity blender. Personajes videojuegos graficos dibujos. Diseño grafico. Comic. Animaciones gif. Dibujo de retratos. Realidad virtual. Cine y realidad virtual.
extends Area3D
# Called when the node enters the scene tree for the first time.
func _ready():
pass # Replace with function body.
# Called every frame. 'delta' is the elapsed time since the previous frame.
func _process(delta):
pass
func _on_area_entered(area):
var parent = get_parent()
var Area3DBETA = parent.get_node("Area3DBETA")
#Area3DBETA.queue_free()
get_node("CollisionShape3DBETA").queue_free()
get_node("AMETRALLADOR DE BLENDER PINTADOBETA").queue_free()
get_node ("MeshInstance3DBETA")
scale.y+=5.0
scale.x+=5.2
scale.z+=5.2
pass # Replace with function body.
func _on_area_exited(area):
$AudioStreamPlayer.play()
pass # Replace with function body.
extends Area3D
# Called when the node enters the scene tree for the first time.
func _ready():
pass # Replace with function body.
# Called every frame. 'delta' is the elapsed time since the previous frame.
func _process(delta):
pass
func _on_area_exited(area):
queue_free()
pass # Replace with function body.
func _on_area_entered(area):
$"../../AudioStreamPlayer".play()
pass # Replace with function body.
$"../../AudioStreamPlayer".play()
pass # Replace with function body.
emite sonido.........
func _on_area_exited(area):
queue_free()
pass # Replace with function body.
se borra su contenido.
extends Area3D
# Called when the node enters the scene tree for the first time.
func _ready():
pass # Replace with function body.
# Called every frame. 'delta' is the elapsed time since the previous frame.
func _process(delta):
pass
func _on_area_entered(area):
var parent = get_parent()
var Area3DBETA = parent.get_node("Area3DBETA")
#Area3DBETA.queue_free()
get_node("CollisionShape3DBETA").queue_free()
get_node("AMETRALLADOR DE BLENDER PINTADOBETA").queue_free()
get_node ("MeshInstance3DBETA")
scale.y+=2.2
scale.x+=2.2
scale.z+=2.2
pass # Replace with function body.