mirror of
https://github.com/Relintai/material-maker.git
synced 2025-04-25 18:34:58 +02:00
5 lines
94 B
GDScript
5 lines
94 B
GDScript
extends Popup
|
|
|
|
func show_code(text : String) -> void:
|
|
$TextEdit.text = text
|
|
popup_centered() |