fix weapon draw bug

This commit is contained in:
2023-01-03 23:16:05 +01:00
parent b5286a5f54
commit b2b82271f7
4 changed files with 22 additions and 24 deletions

View File

@@ -9,11 +9,6 @@
config_version=5
_global_script_classes=[{
"base": "Node3D",
"class": &"Game",
"language": &"GDScript",
"path": "res://Game.gd"
}, {
"base": "Node",
"class": &"Hitable",
"language": &"GDScript",
@@ -30,7 +25,6 @@ _global_script_classes=[{
"path": "res://scripts/player/Weapon.gd"
}]
_global_script_class_icons={
"Game": "",
"Hitable": "",
"TBPlugin": "",
"Weapon": ""