Init
This commit is contained in:
41
.godot/global_script_class_cache.cfg
Normal file
41
.godot/global_script_class_cache.cfg
Normal file
@@ -0,0 +1,41 @@
|
||||
list=[{
|
||||
"base": &"Node",
|
||||
"class": &"GameState",
|
||||
"icon": "",
|
||||
"is_abstract": false,
|
||||
"is_tool": false,
|
||||
"language": &"GDScript",
|
||||
"path": "res://scripts/gamestate.gd"
|
||||
}, {
|
||||
"base": &"RefCounted",
|
||||
"class": &"OBJLoader",
|
||||
"icon": "",
|
||||
"is_abstract": false,
|
||||
"is_tool": false,
|
||||
"language": &"GDScript",
|
||||
"path": "res://scripts/objloader.gd"
|
||||
}, {
|
||||
"base": &"Node3D",
|
||||
"class": &"TrackGenerator",
|
||||
"icon": "",
|
||||
"is_abstract": false,
|
||||
"is_tool": false,
|
||||
"language": &"GDScript",
|
||||
"path": "res://scripts/track_generator.gd"
|
||||
}, {
|
||||
"base": &"Node3D",
|
||||
"class": &"Train",
|
||||
"icon": "",
|
||||
"is_abstract": false,
|
||||
"is_tool": false,
|
||||
"language": &"GDScript",
|
||||
"path": "res://scripts/train.gd"
|
||||
}, {
|
||||
"base": &"Camera3D",
|
||||
"class": &"TrainCamera",
|
||||
"icon": "",
|
||||
"is_abstract": false,
|
||||
"is_tool": false,
|
||||
"language": &"GDScript",
|
||||
"path": "res://scripts/train_camera.gd"
|
||||
}]
|
||||
Reference in New Issue
Block a user