]> purplebirdman git - frog-ninja.git/blob - asset/weapon/gun_weapon_model.gd
Squashed commit of the following:
[frog-ninja.git] / asset / weapon / gun_weapon_model.gd
1 extends WeaponModel
2
3
4 @onready var bullet_origin: Node3D = $BulletOrigin
5
6
7 func get_bullet_origin() -> Vector3:
8         return bullet_origin.global_position