#Can someone help me im making a 2d PVZ clone but i dont know how to make it shoot ery 3 seconds

7 messages · Page 1 of 1 (latest)

sharp ridge
#

ok

#

create a timer node

#

conect it

#

and in the functionç

#

put

#

func _on_Timer_timeout():
var rec = bullet_rec.instance()
add_child(rec)

#

bullet_rec is a variable