how can i keep randomizing the background and the title forever in Ruby2D?(Yes i want to destroy my computer) Now,I tried this but it didnt work:
require 'ruby2d'
set background: 'random'//this worked,but when i try to add a loop to it,nope
set title: 'random'//this maked the title 'random'
i hope you can help me UPDATE: I managed to fix the background