conforms file names to consistant standard
This commit is contained in:
17
scripts/resources/feature.gd
Normal file
17
scripts/resources/feature.gd
Normal file
@@ -0,0 +1,17 @@
|
||||
class_name Feature
|
||||
extends Resource
|
||||
|
||||
@export var display_name: String
|
||||
@export var description: String
|
||||
@export var icon: Texture2D
|
||||
@export var strength: float
|
||||
|
||||
|
||||
@warning_ignore("unused_parameter")
|
||||
func attach_to_tower(tower_stats: CassetteText) -> void:
|
||||
pass
|
||||
|
||||
|
||||
@warning_ignore("unused_parameter")
|
||||
func attach_to_weapon(weapon_stats: CassetteText) -> void:
|
||||
pass
|
||||
Reference in New Issue
Block a user