Add minimum jump height, fire rate configuration, and improve throw input handling

This commit is contained in:
2025-05-29 01:33:54 +02:00
parent 9b6a4f38bd
commit df154a786c
5 changed files with 9 additions and 2 deletions

View File

@@ -11,6 +11,7 @@ name = "BRICK_POWER"
description = "BRICK_POWER_DESCRIPTION"
node = ExtResource("1_5gnea")
config = {
"fire_rate": 0.6,
"player_controller": NodePath("."),
"throw_input_behavior": ExtResource("1_xwijh"),
"timer": NodePath("ThrowTimer")