This website works better with JavaScript
Página Principal
Explorar
Ajuda
Iniciar Sessão
DricomDragon
/
Kace
Vigiar
1
Colocar Estrela
0
Fork
0
Ficheiros
Problemas
0
Pull Requests
0
Árvore:
a842f6701c
Ramos
Etiquetas
master
v1.5
v1.4
v1.3
v1.2
v1.1
v1.0
v0.1
Kace
/
godot
/
effect
/
particle
/
impact
/
Impact.gd
Impact.gd
103 B
Histórico
Em bruto
1
2
3
4
5
6
7
class_name ImpactSplash
extends Particles2D
func splash_at(pos: Vector2):
position = pos
restart()