Rendering.draw_multi_line_text({height=1440,width=2560},1,params.zoom,{x=0,y=-5},{'Welcome to Diggy','---------------------','This is a custom scenario developed by Redmew','Join us at www.redmew.com/discord'},5,params.time_to_wait,player,false)
Rendering.draw_text({height=1440,width=2560},1,params.zoom,{x=0,y=10},'The following introduction will help you get started!',3,params.time_to_wait,player,false)
end
cases[0]=function()
Rendering.draw_text({height=1440,width=2560},1,params.zoom,{x=0,y=18},'This is the starting area',2.5,params.time_to_wait,player,true)
Rendering.draw_multi_line_text({height=1440,width=2560},1,params.zoom,{x=0,y=18},{'Expanding the mine is dangerous!','','Walls are used to keep the cave roof from crushing us'},2.5,params.time_to_wait,player,true)
end
cases[2]=function()
Rendering.draw_multi_line_text({height=1440,width=2560},1,params.zoom,{x=0,y=18},{'The market provides extra supplies','','You unlock new items when you level up'},2.5,params.time_to_wait,player,true)
end
cases[3]=function()
Rendering.draw_multi_line_text({height=1440,width=2560},1,params.zoom,{x=0,y=18},{"Cave ins happens frequently when you don't add supports",'','Different types of brick and concrete can reinforce our support pillars!'},2.5,params.time_to_wait,player,true)
Rendering.draw_multi_line_text({height=1440,width=2560},1,params.zoom,{x=0,y=18},{'This world contains brittle rocks','','Our tools are too powerful to preserve any resources from destroying them'},2.5,params.time_to_wait,player,true)
end
cases[5]=function()
Rendering.draw_multi_line_text({height=1440,width=2560},1,params.zoom,{x=0,y=18},{'The native population is lurking in the dark','','Be wary when digging, always bring along some defences'},2.5,params.time_to_wait,player,true)
end
cases[6]=function()
Rendering.draw_multi_line_text({height=1440,width=2560},1,params.zoom,{x=0,y=18},{'This concludes the introduction','','Have fun and keep digging!'},2.5,params.time_to_wait,player,true)