Decoration and some adjusting

This commit is contained in:
2025-07-30 01:13:35 +02:00
parent a69b40132a
commit 580b5597e2
264 changed files with 5542 additions and 44 deletions

View File

@ -61,11 +61,11 @@ func set_properties() -> void:
bulletSpeed = 600
hitpoint = 25
if self.name.contains("WizardTower"):
get_node("Timer").wait_time = 2.0
get_node("Timer").wait_time = 1.0
bulletSpeed = 450
hitpoint = 10
hitpoint = 15
if self.name.contains("MortarTower"): #??? not sure if necessary yet
get_node("Timer").wait_time = 5
get_node("Timer").wait_time = 2
hitpoint = 80
func get_if_moving_state():