Branch Sync.

This commit is contained in:
patrick_pluto 2024-09-01 21:35:29 +02:00
commit 3c0be2d800
7 changed files with 64 additions and 15 deletions

11
scripts/ability_select.gd Normal file
View file

@ -0,0 +1,11 @@
extends VBoxContainer
func _on_opt_0_pressed():
get_parent().get_parent().speed += 1
get_parent().get_parent().mouse_locked = true
get_parent().queue_free()
func _on_opt_1_pressed():
get_parent().get_parent().jump_debuff -= 2
get_parent().get_parent().mouse_locked = true
get_parent().queue_free()