Skip to content

Commit

Permalink
Credits updated
Browse files Browse the repository at this point in the history
  • Loading branch information
johnwatson484 committed Jan 30, 2021
1 parent d516021 commit c337daf
Showing 1 changed file with 6 additions and 1 deletion.
7 changes: 6 additions & 1 deletion invasion-force/objects/obj_credits/Draw_0.gml
Original file line number Diff line number Diff line change
Expand Up @@ -13,9 +13,14 @@ credit_y+=line_spacing
draw_text(x,credit_y,"John Watson")
credit_y+=line_spacing * 2

draw_text(x,credit_y,"All sprites, music and sound effects")
credit_y+=line_spacing
draw_text(x,credit_y,"available in public domain or under CC BY-SA 3.0/CC BY 3.0 licences")
credit_y+=line_spacing * 2

draw_text(x,credit_y,"With thanks to")
credit_y+=line_spacing
draw_text(x,credit_y,"John Watson")
credit_y+=line_spacing
draw_text(x,credit_y,"Game Maker Studio 2")
draw_text(x,credit_y,"YoYo Games - GameMaker Studio 2")
credit_y+=line_spacing

0 comments on commit c337daf

Please sign in to comment.