mirror of
https://github.com/PfandBoss/SemesterGameJam2022.git
synced 2025-11-12 04:16:12 +01:00
Summary (required)
This commit is contained in:
@@ -20,6 +20,11 @@ _global_script_classes=[{
|
||||
"path": "res://Module.gd"
|
||||
}, {
|
||||
"base": "Module",
|
||||
"class": &"Storage",
|
||||
"language": &"GDScript",
|
||||
"path": "res://Storage.gd"
|
||||
}, {
|
||||
"base": "Module",
|
||||
"class": &"TrainEngine",
|
||||
"language": &"GDScript",
|
||||
"path": "res://Engine.gd"
|
||||
@@ -27,6 +32,7 @@ _global_script_classes=[{
|
||||
_global_script_class_icons={
|
||||
"Cannon": "",
|
||||
"Module": "",
|
||||
"Storage": "",
|
||||
"TrainEngine": ""
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user