mirror of
https://github.com/Relintai/material-maker.git
synced 2025-02-27 12:04:19 +01:00
5 lines
94 B
GDScript3
5 lines
94 B
GDScript3
|
extends Popup
|
||
|
|
||
|
func show_code(text : String) -> void:
|
||
|
$TextEdit.text = text
|
||
|
popup_centered()
|