mirror of
https://github.com/Relintai/godot_data_editor.git
synced 2025-04-17 14:26:33 +02:00
12 lines
212 B
GDScript
12 lines
212 B
GDScript
extends "res://addons/godot_data_editor/data_item.gd"
|
|
|
|
export(int) var int_no_hints = 0
|
|
export(String) var string_no_hints = ""
|
|
export(Color) var your_color_property = Color(1,0,1)
|
|
|
|
|
|
|
|
func _init(id).(id):
|
|
pass
|
|
|