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