mirror of
https://github.com/PfandBoss/SemesterGameJam2022.git
synced 2025-11-12 04:16:12 +01:00
Merge branch 'main' of github.com:PfandBoss/SemesterGameJam2022
This commit is contained in:
@@ -12,22 +12,22 @@ _global_script_classes=[{
|
||||
"base": "Module",
|
||||
"class": &"Cannon",
|
||||
"language": &"GDScript",
|
||||
"path": "res://Cannon.gd"
|
||||
"path": "res://scripts/Modules/Cannon.gd"
|
||||
}, {
|
||||
"base": "Node",
|
||||
"class": &"Module",
|
||||
"language": &"GDScript",
|
||||
"path": "res://Module.gd"
|
||||
"path": "res://scripts/Modules/Module.gd"
|
||||
}, {
|
||||
"base": "Module",
|
||||
"class": &"Storage",
|
||||
"language": &"GDScript",
|
||||
"path": "res://Storage.gd"
|
||||
"path": "res://scripts/Modules/Storage.gd"
|
||||
}, {
|
||||
"base": "Module",
|
||||
"class": &"TrainEngine",
|
||||
"language": &"GDScript",
|
||||
"path": "res://Engine.gd"
|
||||
"path": "res://scripts/Modules/Engine.gd"
|
||||
}]
|
||||
_global_script_class_icons={
|
||||
"Cannon": "",
|
||||
|
||||
Reference in New Issue
Block a user