change cursor texture to circle

This commit is contained in:
2025-07-08 01:22:56 +10:00
parent ac73a649cf
commit acf7e2c37b
5 changed files with 44 additions and 9 deletions

View File

@@ -19,7 +19,7 @@ extends Camera3D
@export_group("Hit shake")
@export var _hit_shake_fov: float = 0.5
@export var _hit_shake_duration: float = 0.5
@export_exp_easing var _hit_shake_ease: float = 2
@export_exp_easing var _hit_shake_ease: float = 4
var _player_offsets: Dictionary[int, PlayerOffset]
var _damage_shake_time: float = 0