You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
55 lines
1.2 KiB
55 lines
1.2 KiB
list=Array[Dictionary]([{
|
|
"base": &"Unit",
|
|
"class": &"BaseUnit",
|
|
"icon": "",
|
|
"language": &"GDScript",
|
|
"path": "res://scripts/entities/units/BaseUnit.gd"
|
|
}, {
|
|
"base": &"Camera3D",
|
|
"class": &"CameraController",
|
|
"icon": "",
|
|
"language": &"GDScript",
|
|
"path": "res://utils/camera/CameraController.gd"
|
|
}, {
|
|
"base": &"GridMap",
|
|
"class": &"Chunk",
|
|
"icon": "",
|
|
"language": &"GDScript",
|
|
"path": "res://scripts/Chunk.gd"
|
|
}, {
|
|
"base": &"Node",
|
|
"class": &"Entity",
|
|
"icon": "",
|
|
"language": &"GDScript",
|
|
"path": "res://scripts/Entity.gd"
|
|
}, {
|
|
"base": &"Entity",
|
|
"class": &"Interactable",
|
|
"icon": "",
|
|
"language": &"GDScript",
|
|
"path": "res://scripts/entities/interactables/Interactable.gd"
|
|
}, {
|
|
"base": &"Interactable",
|
|
"class": &"OakTree",
|
|
"icon": "",
|
|
"language": &"GDScript",
|
|
"path": "res://scripts/entities/interactables/OakTree.gd"
|
|
}, {
|
|
"base": &"Entity",
|
|
"class": &"Unit",
|
|
"icon": "",
|
|
"language": &"GDScript",
|
|
"path": "res://scripts/entities/units/Unit.gd"
|
|
}, {
|
|
"base": &"Node",
|
|
"class": &"World",
|
|
"icon": "",
|
|
"language": &"GDScript",
|
|
"path": "res://scripts/World.gd"
|
|
}, {
|
|
"base": &"Unit",
|
|
"class": &"_CLASS_",
|
|
"icon": "",
|
|
"language": &"GDScript",
|
|
"path": "res://script_templates/Node/unit.gd"
|
|
}])
|
|
|