Added minelayer textures

This commit is contained in:
2025-11-21 00:27:08 +03:00
parent cda41511bd
commit 4d289276df
8 changed files with 152 additions and 16 deletions
+1 -2
View File
@@ -45,8 +45,7 @@ func shoot() -> void:
func reload() -> void:
if _countdown > 0 or _bullets_in_magazine == magazine_size: return
var random_delay := randf_range(-_reload_time_tenth, _reload_time_tenth)
_countdown = reload_time + random_delay
_countdown = reload_time
func get_process_percent() -> int: