refonte de l'inspecteur #61
This commit is contained in:
@@ -10,4 +10,13 @@ func interact(_p: Player) -> bool:
|
||||
return true
|
||||
|
||||
func interact_text():
|
||||
return "Recharge"
|
||||
return "Recharge"
|
||||
|
||||
func pointer_text():
|
||||
return "Recharge Station"
|
||||
|
||||
func inspector_info() -> Inspector.Info:
|
||||
return Inspector.Info.new(
|
||||
pointer_text(),
|
||||
"You can recharge your robot here. When recharging, time will pass and plants may grow."
|
||||
)
|
||||
Reference in New Issue
Block a user