Picked observer, global observer
This commit is contained in:
@@ -1,4 +1,4 @@
|
||||
[gd_scene load_steps=18 format=3 uid="uid://dwvu5kn7qr35s"]
|
||||
[gd_scene load_steps=15 format=3 uid="uid://dwvu5kn7qr35s"]
|
||||
|
||||
[ext_resource type="Script" uid="uid://c7fcpp72w3dnj" path="res://addons/escoria-core/game/core-scripts/esc_room.gd" id="1"]
|
||||
[ext_resource type="PackedScene" uid="uid://cjmsexhyhi4vs" path="res://gymkhana/characters/oier/oier.tscn" id="2"]
|
||||
@@ -13,9 +13,6 @@
|
||||
[ext_resource type="PackedScene" uid="uid://cbsyjat8xvwfx" path="res://gymkhana/items/inventory/turno_cocina_madera.tscn" id="10"]
|
||||
[ext_resource type="PackedScene" uid="uid://84h4l81cuwdv" path="res://gymkhana/items/inventory/turno_cocina_ajo.tscn" id="11"]
|
||||
[ext_resource type="PackedScene" uid="uid://dyejne0ibag68" path="res://gymkhana/items/inventory/turno_cocina_carton.tscn" id="12"]
|
||||
[ext_resource type="Texture2D" uid="uid://b580c3swhl2q3" path="res://gymkhana/items/inventory/assets/turno_cocina_madera.png" id="12_us6ip"]
|
||||
[ext_resource type="Texture2D" uid="uid://c47biotravims" path="res://gymkhana/items/inventory/assets/turno_cocina_ajo.png" id="14_ref2y"]
|
||||
[ext_resource type="Texture2D" uid="uid://cw3t327fk3bcg" path="res://gymkhana/items/inventory/assets/turno_cocina_carton_inventario.png" id="16_dqfmc"]
|
||||
|
||||
[sub_resource type="NavigationPolygon" id="1"]
|
||||
vertices = PackedVector2Array(-768, 301, -1163, 462, -1161, 358, -532, 166, 676, 59, 651, -8, 720, -10, 760, 50, 167, 278, 419, 146, 36, 211, -86, 216, -236, 229, -87, 153, 22, 154, -360, 166)
|
||||
@@ -157,8 +154,6 @@ script = ExtResource("5")
|
||||
[node name="turno_cocina_madera" parent="." instance=ExtResource("10")]
|
||||
position = Vector2(1505, 160)
|
||||
scale = Vector2(0.880435, 0.88735)
|
||||
combine_when_selected_action_is_in = PackedStringArray("action4")
|
||||
inventory_texture_hovered = ExtResource("12_us6ip")
|
||||
|
||||
[node name="turno_cocina_madera_collision" type="CollisionPolygon2D" parent="turno_cocina_madera"]
|
||||
position = Vector2(396.395, 87.9022)
|
||||
@@ -170,8 +165,6 @@ script = ExtResource("5")
|
||||
|
||||
[node name="turno_cocina_ajo" parent="." instance=ExtResource("11")]
|
||||
position = Vector2(858, 399)
|
||||
combine_when_selected_action_is_in = PackedStringArray("action4")
|
||||
inventory_texture_hovered = ExtResource("14_ref2y")
|
||||
|
||||
[node name="ESCLocation" type="Marker2D" parent="turno_cocina_ajo"]
|
||||
position = Vector2(-21, 91)
|
||||
@@ -179,8 +172,6 @@ script = ExtResource("5")
|
||||
|
||||
[node name="turno_cocina_carton" parent="." instance=ExtResource("12")]
|
||||
position = Vector2(1221, 423)
|
||||
combine_when_selected_action_is_in = PackedStringArray("action4")
|
||||
inventory_texture_hovered = ExtResource("16_dqfmc")
|
||||
|
||||
[node name="ESCLocation" type="Marker2D" parent="turno_cocina_carton"]
|
||||
position = Vector2(-52, 34)
|
||||
|
||||
Reference in New Issue
Block a user