Engine basic added

This commit is contained in:
PfandBoss
2022-12-10 02:03:09 +01:00
parent 86f9f1d2eb
commit 042576acff
3 changed files with 45 additions and 5 deletions

View File

@@ -18,10 +18,16 @@ _global_script_classes=[{
"class": &"Module",
"language": &"GDScript",
"path": "res://Module.gd"
}, {
"base": "Module",
"class": &"TrainEngine",
"language": &"GDScript",
"path": "res://Engine.gd"
}]
_global_script_class_icons={
"Cannon": "",
"Module": ""
"Module": "",
"TrainEngine": ""
}
[application]