mirror of
https://github.com/JohnBreaux/Boat-Battle.git
synced 2024-11-15 05:25:57 +00:00
8 lines
111 B
GDScript
8 lines
111 B
GDScript
extends LineEdit
|
|
|
|
func _on_Debug_clear_in():
|
|
clear()
|
|
|
|
func _on_Debug_history_event(history):
|
|
text = history;
|