Logo
Explore Help
Sign In
nolan/Raise-Your-Wand
1
0
Fork 0
You've already forked Raise-Your-Wand
Code Issues Pull Requests Actions Packages Projects Releases Wiki Activity
Raise-Your-Wand/Scripts/Animations/icyWindAnim.gd

9 lines
194 B
GDScript3
Raw Normal View History

More animations - Implemented firebolt animation - Started on icy wind animation - Added animation to health bars - Improved the animation system more - Cleaned up some code
2024-05-14 21:40:18 -04:00
extends AnimationBase
@onready var particles: GPUParticles2D = $GPUParticles2D
func die():
Spells, fonts, and animations - Fixed bugs with animations - Added spell defenses - Experimented with alternate fonts
2024-05-15 22:42:15 -04:00
particles.emitting = false
await get_tree().create_timer(particles.lifetime).timeout
More animations - Implemented firebolt animation - Started on icy wind animation - Added animation to health bars - Improved the animation system more - Cleaned up some code
2024-05-14 21:40:18 -04:00
queue_free()
Reference in New Issue Copy Permalink
Powered by Gitea Version: 1.23.7 Page: 79ms Template: 1ms
English
Bahasa Indonesia Deutsch English Español Français Gaeilge Italiano Latviešu Magyar nyelv Nederlands Polski Português de Portugal Português do Brasil Suomi Svenska Türkçe Čeština Ελληνικά Български Русский Українська فارسی മലയാളം 日本語 简体中文 繁體中文(台灣) 繁體中文(香港) 한국어
Licenses API