diary/user_interface/call_panel/end_call_button.gd

6 lines
63 B
GDScript3
Raw Normal View History

2022-06-28 21:51:50 +02:00
extends TextureButton
func _on_pressed():
Call.close_call()