updated fan-work copyright disclaimer

This commit is contained in:
Jennifer Hogueison 2022-08-15 01:38:25 -07:00
parent 93438f3ec7
commit 421c06eabe
1 changed files with 18 additions and 9 deletions

View File

@ -1,21 +1,30 @@
draw_set_halign( fa_center );
draw_set_font( fn_textlarge );
draw_text_color(320, 30, "The following is a fan-created derivative work of Touhou Project.\n"
+ "Touhou Project is the copyright of Team Shanghai Alice.\n\n\n"
+ "Developed for Touhou Station Game Jam 2022 by magicalfeyfenny\n"
+ "8/16/2022 ~ 8/24/2022"
draw_text_color( 320, 30, "The following is a fan-created derivative work of Touhou Project.\n"
+ "Touhou Project's copyright belongs to Team Shanghai Alice.\n\n"
+ "Developed for Touhou Station Game Jam 2022\n"
+ "8/16/2022 ~ 8/24/2022\n"
+ "by studio_tiny_leaf / magicalfeyfenny\n"
, c_teal, c_teal, c_aqua, c_aqua, alpha_cycle);
draw_set_font( fn_textsmall );
draw_set_halign( fa_center );
draw_text_color( 320, 230, "JAM DEVELOPMENT BUILD", c_teal, c_teal, c_aqua, c_aqua, alpha_cycle);
draw_set_halign( fa_right );
draw_text_color( 630, 320, "Team Shanghai Alice:\n"
+ "https://touhou-project.news/"
draw_text_color( 630, 260, "studio_tiny_leaf:\n"
+ "https://fenny.space\n"
+ "twitter: @magicalfeyfenny\n\n"
+ "Team Shanghai Alice:\n"
+ "https://touhou-project.news/\n"
, c_teal, c_teal, c_aqua, c_aqua, alpha_cycle);
draw_set_halign( fa_left );
draw_text_color( 10, 320, "Source code:\n"
+ "https://git.fenny.space/magicalfeyfenny/thsj2022"
draw_text_color( 10, 260, "\n"
+ "Source code:\n"
+ "https://git.fenny.space/magicalfeyfenny/thsj2022\n\n"
+ "Download this game from itch.io!\n"
+ "https://magicalfeyfenny.itch.io/thsj2022placeholder\n"
, c_teal, c_teal, c_aqua, c_aqua, alpha_cycle);