func _get_data() -> Dictionary:
return {
"name": "Din",
"age": Status.Undefined,
"hobby": ["art", "coding", "games"],
"skill": [
"art": ["digital", "pixel art", "3d model"],
"coding": ["GDScript, "JS", "C++"],
"games": ["platformer", "puzzle"]
],
}
![]() |
![]() |
![]() |