extends Node var on = false var font func _ready(): font = DynamicFont.new() font.size = 32 font.font_data = load("res://Assets/clacon.ttf")