Added "label" command.

Continued room9 puzzle (not finished)
This commit is contained in:
Julian Murgia
2021-02-23 23:10:24 +01:00
parent 38f554b496
commit f743d1089c
16 changed files with 347 additions and 116 deletions

View File

@@ -14,6 +14,7 @@ global_id = "r9_bottle"
esc_script = "res://game/items/escitems/bottle.esc"
tooltip_name = "Bottle"
default_action = "pickup"
combine_if_action_used_among = PoolStringArray( "use" )
use_from_inventory_only = true
inventory_item_scene_file = ExtResource( 3 )
dialog_color = Color( 1, 1, 1, 1 )