Added aiming for tesla

This commit is contained in:
2025-11-12 22:14:50 +03:00
parent 146a31dea5
commit 6d5bae3a64
13 changed files with 92 additions and 17 deletions
-3
View File
@@ -3,9 +3,6 @@ extends Resource
class_name AbstractReloader
var _random := RandomNumberGenerator.new()
@abstract
func process(delta: float) -> void