From b159a1dc51957f6e02a6912b76582ce2f7577e17 Mon Sep 17 00:00:00 2001 From: Page Asgardius Date: Tue, 12 Dec 2023 11:10:12 -0700 Subject: [PATCH] fix credits --- bootclick.tscn | 2 +- levels/roll.gd | 9 ++++++++- title.tscn | 2 +- 3 files changed, 10 insertions(+), 3 deletions(-) diff --git a/bootclick.tscn b/bootclick.tscn index db48d8b..cae5794 100644 --- a/bootclick.tscn +++ b/bootclick.tscn @@ -1,4 +1,4 @@ -[gd_scene load_steps=4 format=3 uid="uid://bmjerqt775lgi"] +[gd_scene load_steps=4 format=3 uid="uid://bp7f6s2aocyv7"] [ext_resource type="Script" path="res://bootclick.gd" id="1_52bti"] [ext_resource type="Script" path="res://fps.gd" id="2_gnh1w"] diff --git a/levels/roll.gd b/levels/roll.gd index bf0c058..2f3d85b 100644 --- a/levels/roll.gd +++ b/levels/roll.gd @@ -1,4 +1,11 @@ extends Label func _process(delta): - position.y -= delta * 20 + #453 lines + #623 seconds credit roll + #633 seconds music + #20 Delta base + #20*623/633=19.6840442338 + #Roll velocity calculator + #(14.0866856839 * music duration (seconds)) / Line count + position.y -= delta * 19.6840442338 diff --git a/title.tscn b/title.tscn index e45b447..8c25fc9 100644 --- a/title.tscn +++ b/title.tscn @@ -76,7 +76,7 @@ offset_left = 36.0 offset_top = 653.0 offset_right = 76.0 offset_bottom = 676.0 -text = "R0.1.1-beta 2020-2023 Page Asgardius GNU General Public License 3 +text = "R0.1.1-dev 2020-2023 Page Asgardius GNU General Public License 3 2016-2023 Asgardius Virtualx Project" [connection signal="finished" from="nebula" to="nebula" method="_on_finished"]