created abstract scripts for machine, drone, suit and mech
This commit is contained in:
@@ -1,12 +1,4 @@
|
||||
list=[{
|
||||
"base": &"Resource",
|
||||
"class": &"machine",
|
||||
"icon": "",
|
||||
"is_abstract": false,
|
||||
"is_tool": false,
|
||||
"language": &"GDScript",
|
||||
"path": "res://Machines/machine_resource.gd"
|
||||
}, {
|
||||
"base": &"Button",
|
||||
"class": &"LevelButton",
|
||||
"icon": "",
|
||||
@@ -46,4 +38,36 @@ list=[{
|
||||
"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/suit_machine.gd"
|
||||
}, {
|
||||
"base": &"Node",
|
||||
"class": &"Machine",
|
||||
"icon": "",
|
||||
"is_abstract": true,
|
||||
"is_tool": false,
|
||||
"language": &"GDScript",
|
||||
"path": "res://Machines/machine_abstract.gd"
|
||||
}, {
|
||||
"base": &"Machine",
|
||||
"class": &"Drone",
|
||||
"icon": "",
|
||||
"is_abstract": true,
|
||||
"is_tool": false,
|
||||
"language": &"GDScript",
|
||||
"path": "res://Machines/drone_machine.gd"
|
||||
}, {
|
||||
"base": &"Machine",
|
||||
"class": &"Mech",
|
||||
"icon": "",
|
||||
"is_abstract": true,
|
||||
"is_tool": false,
|
||||
"language": &"GDScript",
|
||||
"path": "res://Machines/mech_machine.gd"
|
||||
}]
|
||||
|
||||
Reference in New Issue
Block a user