More work on implementing quests and tech trees
This commit is contained in:
@@ -54,7 +54,10 @@ func toggle_player_profile():
|
||||
|
||||
func start_shift(shift_num) -> void:
|
||||
current_shift = shift_num
|
||||
panel.reset_timer(shifts[shift_num])
|
||||
if len(shifts) < 1:
|
||||
panel.reset_timer(600)
|
||||
else:
|
||||
panel.reset_timer(shifts[shift_num])
|
||||
|
||||
func end_shift() -> void:
|
||||
take_screenshot()
|
||||
|
||||
Reference in New Issue
Block a user