cleanup
This commit is contained in:
@@ -1,4 +1,4 @@
|
||||
[gd_scene load_steps=32 format=2]
|
||||
[gd_scene load_steps=30 format=2]
|
||||
|
||||
[ext_resource path="res://addons/escoria-core/game/core-scripts/esc_room.gd" type="Script" id=1]
|
||||
[ext_resource path="res://addons/escoria-core/game/core-scripts/esc_background.gd" type="Script" id=2]
|
||||
@@ -7,7 +7,7 @@
|
||||
[ext_resource path="res://gymkhana/rooms/trasera_cocina/HoverStartAnimation.gd" type="Script" id=5]
|
||||
[ext_resource path="res://gymkhana/rooms/trasera_cocina/assets/background trasera cocina-pix.png" type="Texture" id=6]
|
||||
[ext_resource path="res://game/characters/mark/mark.tscn" type="PackedScene" id=7]
|
||||
[ext_resource path="res://addons/escoria-core/game/core-scripts/esc_item.gd" type="Script" id=8]
|
||||
[ext_resource path="res://gymkhana/addons/escoria-ui-return-monkey-island/esc_item_with_tooltip.gd" type="Script" id=8]
|
||||
[ext_resource path="res://gymkhana/rooms/trasera_cocina/assets/eneko-anim/unscreen-014.png" type="Texture" id=9]
|
||||
[ext_resource path="res://gymkhana/rooms/trasera_cocina/assets/eneko-anim/unscreen-011.png" type="Texture" id=10]
|
||||
[ext_resource path="res://gymkhana/rooms/trasera_cocina/assets/eneko-anim/unscreen-002.png" type="Texture" id=11]
|
||||
@@ -62,7 +62,7 @@ script = ExtResource( 2 )
|
||||
position = Vector2( 1476, 363 )
|
||||
scale = Vector2( 0.634168, 0.634168 )
|
||||
frames = SubResource( 2 )
|
||||
frame = 11
|
||||
frame = 3
|
||||
playing = true
|
||||
flip_h = true
|
||||
|
||||
@@ -70,7 +70,7 @@ flip_h = true
|
||||
position = Vector2( 1018, 333 )
|
||||
scale = Vector2( 0.867751, 0.867751 )
|
||||
frames = SubResource( 2 )
|
||||
frame = 10
|
||||
frame = 2
|
||||
playing = true
|
||||
offset = Vector2( -0.09375, 20.0582 )
|
||||
|
||||
@@ -97,10 +97,9 @@ global_id = "l_exit"
|
||||
esc_script = "res://gymkhana/rooms/trasera_cocina/esc/entrada_cocina.esc"
|
||||
is_exit = true
|
||||
tooltip_name = "Esto es una puerta"
|
||||
tooltip2_name = "Entrar!"
|
||||
default_action = "action2"
|
||||
combine_when_selected_action_is_in = [ ]
|
||||
dialog_color = Color( 1, 1, 1, 1 )
|
||||
tooltip2_name = "Entrar!"
|
||||
animations = null
|
||||
|
||||
[node name="CollisionPolygon2D" type="CollisionPolygon2D" parent="Hotspots/entrada_cocina"]
|
||||
@@ -112,6 +111,8 @@ polygon = PoolVector2Array( 21, 575, 22, 331, 135, 339, 137, 581 )
|
||||
position = Vector2( 748, 465 )
|
||||
script = ExtResource( 3 )
|
||||
|
||||
[node name="bombona" parent="Hotspots" instance=ExtResource( 27 )]
|
||||
|
||||
[node name="Columna" type="Sprite" parent="."]
|
||||
position = Vector2( 253.25, 294.5 )
|
||||
scale = Vector2( 0.973684, 1.02358 )
|
||||
@@ -141,8 +142,6 @@ offset = Vector2( -0.09375, 20.0582 )
|
||||
margin_right = 40.0
|
||||
margin_bottom = 40.0
|
||||
|
||||
[node name="bombona" parent="Hotspots" instance=ExtResource( 27 )]
|
||||
|
||||
[connection signal="mouse_entered" from="TextureRect" to="Area2D/CollisionPolygon2D" method="_on_TextureRect_mouse_entered"]
|
||||
[connection signal="mouse_entered" from="Area2D" to="Area2D/CollisionPolygon2D" method="_on_Area2D_mouse_entered"]
|
||||
[connection signal="mouse_exited" from="Area2D" to="Area2D/CollisionPolygon2D" method="_on_Area2D_mouse_exited"]
|
||||
|
||||
Reference in New Issue
Block a user