ajouts d'objectifs sur la carte, déplacements des icônes et divers changements
This commit is contained in:
14
entities/objectives/scripts/objective_reward.gd
Normal file
14
entities/objectives/scripts/objective_reward.gd
Normal file
@@ -0,0 +1,14 @@
|
||||
extends Resource
|
||||
class_name ObjectiveReward
|
||||
|
||||
func reward(_objective : Objective):
|
||||
pass
|
||||
|
||||
func get_icon() -> Texture:
|
||||
return null
|
||||
|
||||
func get_text() -> String:
|
||||
return ""
|
||||
|
||||
func get_description() -> String:
|
||||
return ""
|
||||
Reference in New Issue
Block a user