i hate revolution 2083
This commit is contained in:
parent
5f736ae3b0
commit
6344896134
3 changed files with 261 additions and 63 deletions
|
@ -29,6 +29,7 @@ func skip_cutscene() -> void:
|
|||
Fade.fade_out(Options.transition_speed_secs)
|
||||
yield(Fade, "fade_finished")
|
||||
animation_player.seek(cutscene_skip)
|
||||
$Label.rect_position.y = -99999 # stupid 1.1 stuff
|
||||
Fade.fade_in(Options.transition_speed_secs)
|
||||
|
||||
func kill_cop() -> void:
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue