Skip to content

Commit

Permalink
Added Gunchleoc and Dzmitry in the credits
Browse files Browse the repository at this point in the history
Refs #554
  • Loading branch information
Yohann Ferreira committed Sep 15, 2019
1 parent 21f4d98 commit 5daea9a
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions data/credits/end_credits.lua
Original file line number Diff line number Diff line change
Expand Up @@ -467,13 +467,13 @@ function Initialize(map_instance)
text_color = vt_video.Color(0.7, 0.7, 0.7, 1.0),
},
[3] = {
text = Script:CreateText("BioHazardX\n\nKnitter\n\ndimproject\n\njahalic\n\nalexanderkjall", vt_video.TextStyle("text20")),
text = Script:CreateText("BioHazardX\n\nKnitter\n\ndimproject\n\njahalic\n\nalexanderkjall\n\nGunchleoc\n\nDzmitry", vt_video.TextStyle("text20")),
text_position_x = 612.0,
text_position_y = 300.0,
text_color = vt_video.Color(1.0, 1.0, 1.0, 1.0),
},
[4] = {
text = Script:CreateText(vt_system.Translate("Italian (it)\n\nPortuguese (pt_PT)\n\nRussian (ru)\n\nSpanish (es)\n\nSwedish (sv)"), vt_video.TextStyle("text20")),
text = Script:CreateText(vt_system.Translate("Italian (it)\n\nPortuguese (pt_PT)\n\nRussian (ru)\n\nSpanish (es)\n\nSwedish (sv)\n\nGaelic, Scottish (gd)\n\nUkrainian (uk_UA)"), vt_video.TextStyle("text20")),
text_position_x = 742.0,
text_position_y = 324.0,
text_color = vt_video.Color(0.7, 0.7, 0.7, 1.0),
Expand Down

0 comments on commit 5daea9a

Please sign in to comment.