mirror of
https://github.com/Relintai/material-maker.git
synced 2024-11-13 06:27:18 +01:00
9 lines
106 B
GDScript
9 lines
106 B
GDScript
tool
|
|
extends WindowDialog
|
|
|
|
func _ready():
|
|
pass
|
|
|
|
func set_object(o):
|
|
$PaintTool.set_mesh(o.name, o.mesh)
|