conforms file names to consistant standard
This commit is contained in:
7
weapons/ascension_weapon/scr_ascension_weapon.gd
Normal file
7
weapons/ascension_weapon/scr_ascension_weapon.gd
Normal file
@@ -0,0 +1,7 @@
|
||||
class_name AscensionWeapon
|
||||
extends Weapon
|
||||
|
||||
|
||||
func shoot() -> void:
|
||||
super.shoot()
|
||||
hero.movement.apply_ragdoll(-hero.camera.global_basis.z * 14.0)
|
||||
Reference in New Issue
Block a user