mirror of
https://github.com/PfandBoss/SemesterGameJam2022.git
synced 2025-11-12 04:16:12 +01:00
Engine basic added
This commit is contained in:
@@ -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]
|
||||
|
||||
Reference in New Issue
Block a user