1
0
mirror of https://github.com/JohnBreaux/Boat-Battle.git synced 2024-11-15 05:25:57 +00:00
Boat-Battle/godot_ship/script/debug/In.gd

8 lines
111 B
GDScript3
Raw Normal View History

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