Files
przygody-pana-cegly/scripts/resources/throw_input_resource.gd

16 lines
243 B
GDScript

class_name ThrowInputResource
extends Resource
signal throw_requested(power_multiplier: float)
func process_input(event: InputEvent) -> void:
pass
func update(delta: float) -> void:
pass
func supports_charging() -> bool:
return false