r3-next/levels/roll.gd

12 lines
260 B
GDScript3
Raw Permalink Normal View History

2023-09-24 22:06:56 +02:00
extends Label
func _process(delta):
2023-12-12 19:10:12 +01:00
#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