Remove unused class name.

pull/42/head
tokc 2021-03-31 12:05:35 +02:00
parent 7215803015
commit c4c1e243f9
2 changed files with 1 additions and 8 deletions

View File

@ -1,4 +1,3 @@
class_name Weapon
extends Spatial extends Spatial
signal damage_dealt signal damage_dealt

View File

@ -13,15 +13,9 @@ _global_script_classes=[ {
"class": "Player", "class": "Player",
"language": "GDScript", "language": "GDScript",
"path": "res://Classes/Player/Player.gd" "path": "res://Classes/Player/Player.gd"
}, {
"base": "Spatial",
"class": "Weapon",
"language": "GDScript",
"path": "res://Assets/Weapons/Weapon.gd"
} ] } ]
_global_script_class_icons={ _global_script_class_icons={
"Player": "", "Player": ""
"Weapon": ""
} }
[application] [application]