-
Notifications
You must be signed in to change notification settings - Fork 2
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
chore: commit the global script class cache
- Loading branch information
1 parent
9b95290
commit 03a68db
Showing
4 changed files
with
167 additions
and
8 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,5 +1,6 @@ | ||
# Godot-specific ignores | ||
.godot/ | ||
.godot/* | ||
!.godot/global_script_class_cache.cfg | ||
.import/ | ||
gfxrecon_capture_* | ||
|
||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,115 @@ | ||
list=Array[Dictionary]([{ | ||
"base": &"Node", | ||
"class": &"AudioStreamPlayerPool", | ||
"icon": "", | ||
"language": &"GDScript", | ||
"path": "res://addons/ez-sfx-and-music/scenes/AudioStreamPlayerPool/audio_stream_player_pool.gd" | ||
}, { | ||
"base": &"AudioStreamPlayer", | ||
"class": &"AudioStreamPlayerWithFade", | ||
"icon": "", | ||
"language": &"GDScript", | ||
"path": "res://addons/ez-sfx-and-music/scenes/AudioStreamPlayerWithFade/audio_stream_player_with_fade.gd" | ||
}, { | ||
"base": &"Ghost", | ||
"class": &"BossGhost", | ||
"icon": "", | ||
"language": &"GDScript", | ||
"path": "res://scripts/props/boss_ghost.gd" | ||
}, { | ||
"base": &"CanvasLayer", | ||
"class": &"Fade", | ||
"icon": "", | ||
"language": &"GDScript", | ||
"path": "res://addons/UniversalFade/Fade.gd" | ||
}, { | ||
"base": &"StaticBody3D", | ||
"class": &"Ghost", | ||
"icon": "", | ||
"language": &"GDScript", | ||
"path": "res://scripts/props/ghost.gd" | ||
}, { | ||
"base": &"Node3D", | ||
"class": &"Healthbar3D", | ||
"icon": "", | ||
"language": &"GDScript", | ||
"path": "res://scripts/gui/healthbar.gd" | ||
}, { | ||
"base": &"Control", | ||
"class": &"Menu", | ||
"icon": "", | ||
"language": &"GDScript", | ||
"path": "res://scripts/gui/menu.gd" | ||
}, { | ||
"base": &"CharacterBody3D", | ||
"class": &"MovementController", | ||
"icon": "", | ||
"language": &"GDScript", | ||
"path": "res://scripts/player/movement_controller.gd" | ||
}, { | ||
"base": &"Node", | ||
"class": &"MusicPlayer", | ||
"icon": "", | ||
"language": &"GDScript", | ||
"path": "res://addons/ez-sfx-and-music/scenes/MusicPlayer/music_player.gd" | ||
}, { | ||
"base": &"RichTextEffect", | ||
"class": &"Nervous", | ||
"icon": "", | ||
"language": &"GDScript", | ||
"path": "res://scripts/gui/nervous.gd" | ||
}, { | ||
"base": &"Node", | ||
"class": &"OptionsConstants", | ||
"icon": "", | ||
"language": &"GDScript", | ||
"path": "res://addons/EasyMenus/Scripts/options_constants.gd" | ||
}, { | ||
"base": &"Control", | ||
"class": &"Overlay", | ||
"icon": "", | ||
"language": &"GDScript", | ||
"path": "res://scripts/gui/overlay.gd" | ||
}, { | ||
"base": &"Resource", | ||
"class": &"ProtonScatterBaseShape", | ||
"icon": "", | ||
"language": &"GDScript", | ||
"path": "res://addons/proton_scatter/src/shapes/base_shape.gd" | ||
}, { | ||
"base": &"ProtonScatterBaseShape", | ||
"class": &"ProtonScatterBoxShape", | ||
"icon": "", | ||
"language": &"GDScript", | ||
"path": "res://addons/proton_scatter/src/shapes/box_shape.gd" | ||
}, { | ||
"base": &"Resource", | ||
"class": &"ProtonScatterCacheResource", | ||
"icon": "", | ||
"language": &"GDScript", | ||
"path": "res://addons/proton_scatter/src/common/cache_resource.gd" | ||
}, { | ||
"base": &"ProtonScatterBaseShape", | ||
"class": &"ProtonScatterPathShape", | ||
"icon": "", | ||
"language": &"GDScript", | ||
"path": "res://addons/proton_scatter/src/shapes/path_shape.gd" | ||
}, { | ||
"base": &"ProtonScatterBaseShape", | ||
"class": &"ProtonScatterSphereShape", | ||
"icon": "", | ||
"language": &"GDScript", | ||
"path": "res://addons/proton_scatter/src/shapes/sphere_shape.gd" | ||
}, { | ||
"base": &"Node", | ||
"class": &"Scenario", | ||
"icon": "", | ||
"language": &"GDScript", | ||
"path": "res://scripts/scenario.gd" | ||
}, { | ||
"base": &"Node", | ||
"class": &"SfxPlayer", | ||
"icon": "", | ||
"language": &"GDScript", | ||
"path": "res://addons/ez-sfx-and-music/scenes/SfxPlayer/sfx_player.gd" | ||
}]) |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters