mirror of
https://github.com/Relintai/material-maker.git
synced 2024-11-13 06:27:18 +01:00
9 lines
91 B
GDScript3
9 lines
91 B
GDScript3
|
tool
|
||
|
extends HBoxContainer
|
||
|
|
||
|
func _ready():
|
||
|
pass
|
||
|
|
||
|
func _on_Delete_pressed():
|
||
|
queue_free()
|