82 lines
1.8 KiB
INI
82 lines
1.8 KiB
INI
list=[{
|
|
"base": &"RefCounted",
|
|
"class": &"MachineGlobals",
|
|
"icon": "",
|
|
"is_abstract": false,
|
|
"is_tool": false,
|
|
"language": &"GDScript",
|
|
"path": "res://Machines/Resources/Machine_Globals.gd"
|
|
}, {
|
|
"base": &"Button",
|
|
"class": &"LevelButton",
|
|
"icon": "",
|
|
"is_abstract": false,
|
|
"is_tool": false,
|
|
"language": &"GDScript",
|
|
"path": "res://ui/screens/level-select-screen/level_button.gd"
|
|
}, {
|
|
"base": &"Resource",
|
|
"class": &"CreditEntry",
|
|
"icon": "",
|
|
"is_abstract": false,
|
|
"is_tool": false,
|
|
"language": &"GDScript",
|
|
"path": "res://ui/screens/credit-screen/credit_entry.gd"
|
|
}, {
|
|
"base": &"VBoxContainer",
|
|
"class": &"CreditButton",
|
|
"icon": "",
|
|
"is_abstract": false,
|
|
"is_tool": false,
|
|
"language": &"GDScript",
|
|
"path": "res://ui/screens/credit-screen/credit_element.gd"
|
|
}, {
|
|
"base": &"Node",
|
|
"class": &"GameManager",
|
|
"icon": "",
|
|
"is_abstract": false,
|
|
"is_tool": false,
|
|
"language": &"GDScript",
|
|
"path": "res://core/gamemanager.gd"
|
|
}, {
|
|
"base": &"RefCounted",
|
|
"class": &"UserDefinedSettings",
|
|
"icon": "",
|
|
"is_abstract": false,
|
|
"is_tool": false,
|
|
"language": &"GDScript",
|
|
"path": "res://autoloads/settings/user_defined_settings.gd"
|
|
}, {
|
|
"base": &"Machine",
|
|
"class": &"Suit",
|
|
"icon": "",
|
|
"is_abstract": true,
|
|
"is_tool": false,
|
|
"language": &"GDScript",
|
|
"path": "res://Machines/Resources/Abstracts/suit_machine.gd"
|
|
}, {
|
|
"base": &"Machine",
|
|
"class": &"Drone",
|
|
"icon": "",
|
|
"is_abstract": true,
|
|
"is_tool": false,
|
|
"language": &"GDScript",
|
|
"path": "res://Machines/Resources/Abstracts/drone_machine.gd"
|
|
}, {
|
|
"base": &"Machine",
|
|
"class": &"Mech",
|
|
"icon": "",
|
|
"is_abstract": true,
|
|
"is_tool": false,
|
|
"language": &"GDScript",
|
|
"path": "res://Machines/Resources/Abstracts/mech_machine.gd"
|
|
}, {
|
|
"base": &"CharacterBody2D",
|
|
"class": &"Machine",
|
|
"icon": "",
|
|
"is_abstract": true,
|
|
"is_tool": false,
|
|
"language": &"GDScript",
|
|
"path": "res://Machines/Resources/Abstracts/machine_abstract.gd"
|
|
}]
|