29 lines
1.0 KiB
Plaintext
29 lines
1.0 KiB
Plaintext
[gd_scene load_steps=5 format=2]
|
|
|
|
[ext_resource path="res://game/items/inventory/empty_sheet.tscn" type="PackedScene" id=1]
|
|
[ext_resource path="res://addons/escoria-core/game/core-scripts/esc_item.gd" type="Script" id=2]
|
|
[ext_resource path="res://game/rooms/room5/items/empty_sheet.png" type="Texture" id=3]
|
|
|
|
[sub_resource type="RectangleShape2D" id=1]
|
|
extents = Vector2( 86.9568, 115.211 )
|
|
|
|
[node name="empty_sheet" type="Area2D"]
|
|
script = ExtResource( 2 )
|
|
global_id = "r5_empty_sheet"
|
|
esc_script = "res://game/items/escitems/empty_sheet.esc"
|
|
tooltip_name = "Empty sheet"
|
|
default_action = "look"
|
|
default_action_inventory = "look"
|
|
combine_if_action_used_among = PoolStringArray( "use", "give" )
|
|
use_from_inventory_only = true
|
|
inventory_item_scene_file = ExtResource( 1 )
|
|
dialog_color = Color( 1, 1, 1, 1 )
|
|
|
|
[node name="sprite" type="Sprite" parent="."]
|
|
texture = ExtResource( 3 )
|
|
|
|
[node name="CollisionShape2D" type="CollisionShape2D" parent="."]
|
|
rotation = 0.0218604
|
|
scale = Vector2( 0.683022, 0.519355 )
|
|
shape = SubResource( 1 )
|