Remove unused class name.
This commit is contained in:
parent
7215803015
commit
c4c1e243f9
2 changed files with 1 additions and 8 deletions
|
@ -1,4 +1,3 @@
|
|||
class_name Weapon
|
||||
extends Spatial
|
||||
|
||||
signal damage_dealt
|
||||
|
|
|
@ -13,15 +13,9 @@ _global_script_classes=[ {
|
|||
"class": "Player",
|
||||
"language": "GDScript",
|
||||
"path": "res://Classes/Player/Player.gd"
|
||||
}, {
|
||||
"base": "Spatial",
|
||||
"class": "Weapon",
|
||||
"language": "GDScript",
|
||||
"path": "res://Assets/Weapons/Weapon.gd"
|
||||
} ]
|
||||
_global_script_class_icons={
|
||||
"Player": "",
|
||||
"Weapon": ""
|
||||
"Player": ""
|
||||
}
|
||||
|
||||
[application]
|
||||
|
|
Reference in a new issue