Add modified weapon models

This commit is contained in:
2022-12-07 08:41:10 +01:00
parent 307eec1f4e
commit d2ed1afdc7
23 changed files with 428 additions and 283 deletions

View File

@@ -9,6 +9,11 @@
config_version=5
_global_script_classes=[{
"base": "Node",
"class": &"Hitable",
"language": &"GDScript",
"path": "res://scripts/player/Hitable.gd"
}, {
"base": "RefCounted",
"class": &"SfxrGenerator",
"language": &"GDScript",
@@ -30,6 +35,7 @@ _global_script_classes=[{
"path": "res://scripts/player/Weapon.gd"
}]
_global_script_class_icons={
"Hitable": "",
"SfxrGenerator": "",
"SfxrGlobals": "",
"SfxrStreamPlayerInterface": "",