Attempt to fix dialogs "finish_fast" action.
This commit is contained in:
@@ -28,22 +28,9 @@ points = PoolVector2Array( 859.704, 802.519, 815.717, 612.674, 1172.24, 617.258,
|
||||
position = Vector2( 0, -267.828 )
|
||||
points = PoolVector2Array( 1175.07, 620.086, 1171.24, 311.267, 1274.8, 356.87, 1278.31, 672.412, 1184.97, 628.571 )
|
||||
|
||||
[node name="button_left" type="Line2D" parent="."]
|
||||
position = Vector2( 0, -266.591 )
|
||||
points = PoolVector2Array( 322.305, 390.985, 322.305, 439.068, 368.698, 440.037, 368.974, 392.399, 319.028, 391.549 )
|
||||
|
||||
[node name="Polygon2D" type="Polygon2D" parent="button_left"]
|
||||
visible = false
|
||||
polygon = PoolVector2Array( 343.993, 396.767, 323.298, 415.689, 344.585, 438.158, 365.872, 417.463 )
|
||||
|
||||
[node name="button_right" type="Line2D" parent="."]
|
||||
position = Vector2( 627.193, -266.591 )
|
||||
points = PoolVector2Array( 322.305, 390.985, 322.305, 439.068, 368.698, 440.037, 368.974, 392.399, 319.028, 391.549 )
|
||||
|
||||
[node name="Polygon2D" type="Polygon2D" parent="button_right"]
|
||||
visible = false
|
||||
polygon = PoolVector2Array( 343.993, 396.767, 323.298, 415.689, 344.585, 438.158, 365.872, 417.463 )
|
||||
|
||||
[node name="bridge" parent="." instance=ExtResource( 2 )]
|
||||
interact_positions = {
|
||||
"default": Vector2( 0, 0 )
|
||||
}
|
||||
|
||||
[editable path="bridge"]
|
||||
|
||||
@@ -14,6 +14,9 @@ interact_positions = {
|
||||
"default": Vector2( 971.212, 150.721 )
|
||||
}
|
||||
|
||||
[node name="Line2D" type="Line2D" parent="."]
|
||||
points = PoolVector2Array( 2.86993, 4.8189, 2.86993, 53.646, 50.8979, 53.9476, 50.5746, 3.69644, -1.72314, 4.51215 )
|
||||
|
||||
[node name="CollisionShape2D" type="CollisionShape2D" parent="."]
|
||||
position = Vector2( 971.212, 150.721 )
|
||||
position = Vector2( 26.9811, 29.4218 )
|
||||
shape = SubResource( 1 )
|
||||
|
||||
@@ -81,28 +81,29 @@ polygon = PoolVector2Array( -1.37926, 443.158, 7.96461, 122.796, 84.0504, 77.411
|
||||
position = Vector2( 52.1462, 384.691 )
|
||||
|
||||
[node name="button_right" parent="Hotspots" instance=ExtResource( 5 )]
|
||||
position = Vector2( 958.107, 176.401 )
|
||||
global_id = "r2_button_right"
|
||||
esc_script = "res://game/rooms/room2/esc/button.esc"
|
||||
interact_positions = {
|
||||
"default": Vector2( 337.299, 370.025 )
|
||||
"default": Vector2( 987.537, 371.812 )
|
||||
}
|
||||
|
||||
[node name="Position2D" type="Position2D" parent="Hotspots/button_right"]
|
||||
position = Vector2( 962.822, 370.025 )
|
||||
position = Vector2( 29.4302, 195.411 )
|
||||
__meta__ = {
|
||||
"_editor_description_": ""
|
||||
}
|
||||
|
||||
[node name="button_left" parent="Hotspots" instance=ExtResource( 5 )]
|
||||
position = Vector2( -625.523, 0 )
|
||||
position = Vector2( 288.82, 171.439 )
|
||||
global_id = "r2_button"
|
||||
esc_script = "res://game/rooms/room2/esc/button.esc"
|
||||
interact_positions = {
|
||||
"default": Vector2( 345.689, 150.721 )
|
||||
"default": Vector2( 313.488, 368.437 )
|
||||
}
|
||||
|
||||
[node name="Position2D" type="Position2D" parent="Hotspots/button_left"]
|
||||
position = Vector2( 962.822, 370.025 )
|
||||
position = Vector2( 24.6681, 196.998 )
|
||||
__meta__ = {
|
||||
"_editor_description_": ""
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user