fix weapon draw bug
This commit is contained in:
@@ -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": ""
|
||||
|
||||
Reference in New Issue
Block a user