material-maker/addons/material_maker/nodes/debug/debug_popup.gd

5 lines
94 B
GDScript3
Raw Normal View History

2019-11-02 08:43:54 +01:00
extends Popup
func show_code(text : String) -> void:
$TextEdit.text = text
popup_centered()