1
0
mirror of https://github.com/JohnBreaux/Boat-Battle.git synced 2025-02-04 12:28:35 +00:00

8 lines
111 B
GDScript3
Raw Normal View History

extends LineEdit
2021-10-20 05:13:24 -05:00
func _on_Debug_clear_in():
clear()
2021-10-22 01:53:04 -05:00
func _on_Debug_history_event(history):
text = history;