Skip to content

Commit

Permalink
SR: Highlight the garage when pressing Space.
Browse files Browse the repository at this point in the history
Bozar committed Mar 9, 2022
1 parent 2780697 commit fd868da
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion library/pc_action/SnowRunnerPCAction.gd
Original file line number Diff line number Diff line change
@@ -208,7 +208,9 @@ func _init_door_coord() -> void:
if _door_coord.size() > 0:
return

var tags := [Game_SubTag.DOOR, Game_SubTag.OFFLOAD_GOODS]
var tags := [
Game_SubTag.DOOR, Game_SubTag.OFFLOAD_GOODS, Game_SubTag.ONLOAD_GOODS,
]
var pos: Game_IntCoord

for i in tags:

0 comments on commit fd868da

Please sign in to comment.