fix credits
This commit is contained in:
parent
b84ca6f05b
commit
b159a1dc51
3 changed files with 10 additions and 3 deletions
|
@ -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"]
|
||||
|
|
|
@ -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
|
||||
|
|
|
@ -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"]
|
||||
|
|
Loading…
Reference in a new issue