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/wizard.gd

26 lines
264 B
GDScript3
Raw Normal View History

Worked on some things - Spellbooks - Spells - Spellcasting - Player controller - Particles - Animations
2024-05-02 14:27:28 -04:00
extends "res://Scripts/combatant.gd"
Improved organization, added more sprites, started some scripts
2024-05-01 21:26:14 -04:00
Background and UI - Got new backgrounds - Added health bars - Added in enemy wizard using the wizard spellbook rather than the old spellbook - Made the cast indicator smaller since it seemed a bit large - Started working on enemy AI systems - Fixed rock throw animation
2024-05-07 21:43:09 -04:00
func _easyAI(delta):
if casting:
pass
else:
pass
func _normalAI(delta):
if casting:
pass
else:
pass
func _hardAI(delta):
if casting:
pass
else:
pass
func _gamerAI(delta):
if casting:
pass
else:
pass
Reference in New Issue Copy Permalink
Powered by Gitea Version: 1.23.7 Page: 161ms Template: 4ms
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