This website requires JavaScript.
Explore
Help
Sign In
logan
/
the-crypt
Watch
1
Star
0
Fork
You've already forked the-crypt
0
Code
Issues
Pull requests
Actions
Packages
Projects
Releases
Wiki
Activity
f5cfe87aef
the-crypt
/
magic
/
Projectiles
/
EcoProjectile.gd
9 lines
90 B
GDScript3
Raw
Normal View
History
Unescape
Escape
Added explosive projectile
2020-07-20 01:18:45 -05:00
extends
Projectile
func
_ready
(
)
:
Most things have sound effects
2020-07-21 15:50:32 -05:00
$
FireSound
.
play
(
0.0
)
Music autoplays through levels
2020-07-23 11:36:28 -05:00
energy_cost
=
1
work on wands
2020-07-20 16:36:28 -05:00
damage
=
0.5
Most things have sound effects
2020-07-21 15:50:32 -05:00
Reference in a new issue
Copy permalink