Basic animations for base drone model
This commit is contained in:
@@ -45,7 +45,7 @@ list=[{
|
||||
"is_abstract": true,
|
||||
"is_tool": false,
|
||||
"language": &"GDScript",
|
||||
"path": "res://Machines/suit_machine.gd"
|
||||
"path": "res://Machines/Resources/Abstracts/suit_machine.gd"
|
||||
}, {
|
||||
"base": &"Node",
|
||||
"class": &"Machine",
|
||||
@@ -53,7 +53,7 @@ list=[{
|
||||
"is_abstract": true,
|
||||
"is_tool": false,
|
||||
"language": &"GDScript",
|
||||
"path": "res://Machines/machine_abstract.gd"
|
||||
"path": "res://Machines/Resources/Abstracts/machine_abstract.gd"
|
||||
}, {
|
||||
"base": &"Machine",
|
||||
"class": &"Drone",
|
||||
@@ -61,7 +61,7 @@ list=[{
|
||||
"is_abstract": true,
|
||||
"is_tool": false,
|
||||
"language": &"GDScript",
|
||||
"path": "res://Machines/drone_machine.gd"
|
||||
"path": "res://Machines/Resources/Abstracts/drone_machine.gd"
|
||||
}, {
|
||||
"base": &"Machine",
|
||||
"class": &"Mech",
|
||||
@@ -69,5 +69,5 @@ list=[{
|
||||
"is_abstract": true,
|
||||
"is_tool": false,
|
||||
"language": &"GDScript",
|
||||
"path": "res://Machines/mech_machine.gd"
|
||||
"path": "res://Machines/Resources/Abstracts/mech_machine.gd"
|
||||
}]
|
||||
|
||||
Reference in New Issue
Block a user