mirror of
https://github.com/Relintai/material-maker.git
synced 2024-11-13 06:27:18 +01:00
12 lines
134 B
GDScript
12 lines
134 B
GDScript
tool
|
|
extends HBoxContainer
|
|
|
|
func _ready():
|
|
pass
|
|
|
|
func get_model_data():
|
|
var data = {}
|
|
return data
|
|
|
|
func set_model_data(data):
|
|
pass |