mirror of
https://github.com/JohnBreaux/Boat-Battle.git
synced 2024-11-15 05:25:57 +00:00
10 lines
128 B
GDScript3
10 lines
128 B
GDScript3
extends LineEdit
|
|
|
|
|
|
# Declare member variables here. Examples:
|
|
# var a = 2
|
|
# var b = "text"
|
|
|
|
func _on_Debug_clear_in():
|
|
clear()
|