tweaks to oil drum

This commit is contained in:
derek
2024-12-12 16:54:43 -06:00
parent 78dc14b84f
commit 6322e28f86
15 changed files with 187 additions and 24 deletions

View File

@@ -2,5 +2,5 @@ extends StaticBody3D
signal switch_hit()
func hit():
func hit(bullet_damage):
emit_signal("switch_hit")