feat: added grapple mechanic

This commit is contained in:
DottsGit
2026-06-05 02:05:07 -04:00
parent 0912669759
commit ecefeb9f7e
8 changed files with 232 additions and 0 deletions
+1
View File
@@ -478,6 +478,7 @@ func _build_hud() -> void:
wp_style.content_margin_right = 16
wp_style.content_margin_bottom = 12
wp_panel.add_theme_stylebox_override("panel", wp_style)
wp_panel.grow_horizontal = Control.GROW_DIRECTION_BEGIN
canvas.add_child(wp_panel)
_weapon_label = Label.new()