CHANGE TO escoria-core. action1 and action2 in tooltip

This commit is contained in:
2023-02-10 20:01:48 +01:00
parent b5c96bad3e
commit 8c1e59a40c
4 changed files with 17 additions and 8 deletions

View File

@@ -101,6 +101,12 @@ export(int) var interaction_direction
# The name for the tooltip of this item
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
# Default action to use if object is not in the inventory
export(String) var default_action