midori-school/levels/ui/roll.gd
2024-11-03 16:29:58 -07:00

11 lines
279 B
GDScript

extends Label
func _process(delta):
#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
set_position(get_position() - Vector2(0, delta * 150))