Add charge throw mechanics; refactor bullet and brick components

This commit is contained in:
2025-05-12 23:08:54 +02:00
parent b09bee9fb6
commit 59c309409c
34 changed files with 422 additions and 96 deletions

View File

@@ -11,6 +11,7 @@ description = "Allows you to throw explosive bricks at enemies"
node = ExtResource("2_e0o8w")
config = {
"brick_scene": ExtResource("1_6pfoa"),
"charge_throw_component": NodePath("./ChargeThrowComponent"),
"player_controller": NodePath("."),
"timer": NodePath("ThrowTimer")
}