Skip to content

Commit

Permalink
Tweak register interaction timeout
Browse files Browse the repository at this point in the history
Player is no longer 'stuck' at register after taking an order
Tweaked spawn decline offset
  • Loading branch information
666Savior committed Oct 30, 2021
1 parent eebd742 commit 0010e93
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion level/CafeNavmesh.tscn
Original file line number Diff line number Diff line change
Expand Up @@ -140,7 +140,7 @@ material/0 = null

[node name="CustomerSpawner" parent="Navigation" index="10" instance=ExtResource( 4 )]
customer_scenes = [ ExtResource( 5 ) ]
endgame_decline_offset = 150
endgame_decline_offset = 130

[node name="SpawnSpot" parent="Navigation" index="11" instance=ExtResource( 2 )]
transform = Transform( 0.623337, 0, 0, 0, 1, 0, 0, 0, 0.459076, 7.1, 1.679, -4.9 )
Expand Down
2 changes: 1 addition & 1 deletion level/Register.tscn
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@

[sub_resource type="Resource" id=1]
script = ExtResource( 4 )
duration = 2.0
duration = 1.25
outcome_temper_delta = -0.25
displayed_name = "Take order"

Expand Down

0 comments on commit 0010e93

Please sign in to comment.