diary/user_interface/tool_bar/call_button.gd

6 lines
80 B
GDScript3
Raw Normal View History

2022-05-24 21:31:30 +02:00
extends TextureButton
2022-06-04 13:33:00 +02:00
func _on_toggled(_button_pressed):
2022-05-24 21:31:30 +02:00
Call.request_call()