rocket launcher moves objects, blast radius not falling off properly yet

This commit is contained in:
derek
2024-08-01 10:37:18 -05:00
parent 6354dc2774
commit dc6fcf9556
6 changed files with 80 additions and 31 deletions

View File

@@ -33,8 +33,10 @@ var start_sensitivity
@export var BASE_FOV : float = 80
@export var FOV_CHANGE = 1.5
@export_group("Gun")
@export var gun : Node
#@export_group("Gun") DELETE IF DOESNT CAUSE ISSUES
#@export
var gun : Node
@onready var gun_ray = $Head/Camera3D/GunRay
@onready var level_control = $".."