CHANGE TO escoria-core. Added ESCItem.tooltip2_name

This commit is contained in:
2023-02-10 20:08:10 +01:00
parent 8c1e59a40c
commit 91faea0a6e
3 changed files with 5 additions and 10 deletions

View File

@@ -98,14 +98,11 @@ export(bool) var player_orients_on_arrival = true
# item
export(int) var interaction_direction
# The name for the tooltip of this item
# The text for the tooltip of action1
export(String) var tooltip_name
# The text for the tooltip of action1
export(String) var action1
# The text for the tooltip of action2
export(String) var action2
export(String) var tooltip2_name
# Default action to use if object is not in the inventory
export(String) var default_action