Skip to content

Commit 0010e93

Browse files
committed
Tweak register interaction timeout
Player is no longer 'stuck' at register after taking an order Tweaked spawn decline offset
1 parent eebd742 commit 0010e93

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

level/CafeNavmesh.tscn

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -140,7 +140,7 @@ material/0 = null
140140

141141
[node name="CustomerSpawner" parent="Navigation" index="10" instance=ExtResource( 4 )]
142142
customer_scenes = [ ExtResource( 5 ) ]
143-
endgame_decline_offset = 150
143+
endgame_decline_offset = 130
144144

145145
[node name="SpawnSpot" parent="Navigation" index="11" instance=ExtResource( 2 )]
146146
transform = Transform( 0.623337, 0, 0, 0, 1, 0, 0, 0, 0.459076, 7.1, 1.679, -4.9 )

level/Register.tscn

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@
88

99
[sub_resource type="Resource" id=1]
1010
script = ExtResource( 4 )
11-
duration = 2.0
11+
duration = 1.25
1212
outcome_temper_delta = -0.25
1313
displayed_name = "Take order"
1414

0 commit comments

Comments
 (0)