Mostrando entradas con la etiqueta titulo del juego con animacion de un MeshInstance2D. Mostrar todas las entradas
Mostrando entradas con la etiqueta titulo del juego con animacion de un MeshInstance2D. Mostrar todas las entradas

martes, 18 de junio de 2024

Ampliacion muy buena de script para Godot 4.2 , titulo del juego con animacion de un MeshInstance2D, AnimatedSprite2D;

 extends MeshInstance2D


var tiempo_transcurrido = 0.0  # Variable para almacenar el tiempo transcurrido


func _process(delta):

$AnimatedSprite2D.play("default")

$"AnimatedSprite2D2 MOSCA".play("default")

$"AnimatedSprite2D2 MOSCA2".play("default")

$"AnimatedSprite2D2 MOSCA3".play("default")

$"AnimatedSprite2D2 MOSCA4".play("default")

$"AnimatedSprite2D2 MOSCA5".play("default")

$"AnimatedSprite2D2 MOSCA6".play("default")

$"AnimatedSprite2D2 MOSCA7".play("default")

$"AnimatedSprite2D2 MOSCA QUE SE PASEA POR PANTALLA".play("default")

$"AnimatedSprite2D2 MOSCA QUE SE PASEA POR PANTALLA2".play("default")

$"AnimatedSprite2D2 MOSCA QUE SE PASEA POR PANTALLA3".play("default")

$"AnimatedSprite2D2 MOSCA QUE SE PASEA POR PANTALLA4".play("default")

$"AnimatedSprite2D2 MOSCA QUE SE PASEA POR PANTALLA5".play("default")

$"AnimatedSprite2D2 MOSCA QUE SE PASEA POR PANTALLA6".play("default")

$"AnimatedSprite2D2 MOSCA QUE SE PASEA POR PANTALLA7".play("default")

$"AnimatedSprite2D2 MOSCA QUE SE PASEA POR PANTALLA8".play("default")

$"AnimatedSprite2D2 MOSCA QUE SE PASEA POR PANTALLA9".play("default")

$"AnimatedSprite2D2 MOSCA QUE SE PASEA POR PANTALLA10".play("default")

$"AnimatedSprite2D2 MOSCA QUE SE PASEA POR PANTALLA11".play("default")

$"AnimatedSprite2D2 MOSCA QUE SE PASEA POR PANTALLA12".play("default")

$"AnimatedSprite2D2 MOSCA QUE SE PASEA POR PANTALLA13".play("default")

$"AnimatedSprite2D2 MOSCA QUE SE PASEA POR PANTALLA14".play("default")

# Acumula el tiempo delta en cada cuadro

tiempo_transcurrido += delta


# Si han pasado 20 segundos, elimina el nodo

if tiempo_transcurrido >= 20.0:

queue_free()

domingo, 9 de junio de 2024

script para Godot 4.2 , titulo del juego con animacion de un MeshInstance2D, AnimatedSprite2D;

 extends MeshInstance2D


var tiempo_transcurrido = 0.0  # Variable para almacenar el tiempo transcurrido


func _process(delta):

$AnimatedSprite2D.play("default")

# Acumula el tiempo delta en cada cuadro

tiempo_transcurrido += delta


# Si han pasado 20 segundos, elimina el nodo

if tiempo_transcurrido >= 20.0:

queue_free()


--------------------------------------------------------------------------------------------------------------------------

-------------------------------------------------------------------------------------------------------------------------

version inferior ampliada otra animacion añadida

--------------------------------------------------------------------------------------------------------------------------

-------------------------------------------------------------------------------------------------------------------------


extends MeshInstance2D


var tiempo_transcurrido = 0.0  # Variable para almacenar el tiempo transcurrido


func _process(delta):

$AnimatedSprite2D.play("default")

$"AnimatedSprite2D2 MOSCA".play("default")

# Acumula el tiempo delta en cada cuadro

tiempo_transcurrido += delta


# Si han pasado 20 segundos, elimina el nodo

if tiempo_transcurrido >= 20.0:

queue_free()

---------------------------------------------------------------------------------------------------------------------

-----------------------------------------------------------------------------------------------------------------------

y puedes ir ampliando como quieras

--------------------------------------------------------------------------------------------------------------------

---------------------------------------------------------------------------------------------------------------------

extends MeshInstance2D


var tiempo_transcurrido = 0.0  # Variable para almacenar el tiempo transcurrido


func _process(delta):

$AnimatedSprite2D.play("default")

$"AnimatedSprite2D2 MOSCA".play("default")

$"AnimatedSprite2D2 MOSCA2".play("default")

$"AnimatedSprite2D2 MOSCA3".play("default")

$"AnimatedSprite2D2 MOSCA4".play("default")

$"AnimatedSprite2D2 MOSCA5".play("default")

$"AnimatedSprite2D2 MOSCA6".play("default")

$"AnimatedSprite2D2 MOSCA7".play("default")

# Acumula el tiempo delta en cada cuadro

tiempo_transcurrido += delta


# Si han pasado 20 segundos, elimina el nodo

if tiempo_transcurrido >= 20.0:

queue_free()