Changeset - 384be64aacee
[Not reviewed]
default
0 2 0
silverwing - 4 years ago 2019-11-23 17:45:20

Credits alteration
2 files changed with 13 insertions and 9 deletions:
0 comments (0 inline, 0 general)
startup.lua
Show inline comments
 
@@ -118,18 +118,19 @@ intro_info = room {
 
    hideinv = true;
 
    disp = "Информация";
 
    dsc = [[
 
    Спасибо, что играете в Пробуждение. Ждем ваших отзывов на inbox@silverwing.one и https://forum.silverwing.one.^
 
    Автор игры: Khaelenmore Thaal^
 
    Спасибо, что играете в Пробуждение. ^^
 
    Автор игры: Khaelenmore Thaal^^
 
    Музыка: ^
 
        <x:10%>Bensound (https://www.bensound.com/royalty-free-music)^
 
        <x:15%>Evolution^<x:15%>Deep Blue^<x:15%>Birth of a Hero^<x:15%>Better Days^<x:15%>Sci Fi^
 
        <x:10%>Purple Planet (https://www.purple-planet.com/)^
 
        <x:15%>Midnight Bell^
 
        <x:10%>Filmmusic (https://filmmusic.io/)^
 
        <x:15%>River of Io by Kevin MacLeod (https://incompetech.com)^
 
        <x:10%>River of Io by Kevin MacLeod (https://incompetech.com)^
 
        <x:15%>Лицензия: CC BY (http://creativecommons.org/licenses/by/4.0/)^
 
        <x:15%>Spectral Absences by Luca Fraula (http://www.lucafraula.it/)^
 
        <x:15%>Лицензия: CC BY (http://creativecommons.org/licenses/by/4.0/)^]];
 
        <x:10%>Spectral Absences by Luca Fraula (http://www.lucafraula.it/)^
 
        <x:15%>Лицензия: CC BY (http://creativecommons.org/licenses/by/4.0/)^^
 
    Ждем ваших отзывов на почту inbox@silverwing.one и форуме https://forum.silverwing.one.
 
    ]];
 
    way = {
 
        kh_vroom("Вступление", 'intro');
 
        kh_vroom("Начать игру", 'aurora_borealis');
utils.lua
Show inline comments
 
@@ -20,7 +20,8 @@ translate = function(table, key)
 
        if lang == '' then
 
            if lang_map[LANG] then
 
                lang = lang_map[LANG];
 
            else
 
            else
 
 
                lang = 'en';
 
            end;
 
        end;
 
@@ -410,10 +411,12 @@ final_ending = room {
 
        В игре использована музыка:^
 
        Bensound (https://www.bensound.com/royalty-free-music)^
 
        Evolution^Deep Blue^Birth of a Hero^Better Days^Sci Fi^^
 
        Incompetech (https://incompetech.com/)^
 
        River of Io^^
 
        Purple Planet (https://www.purple-planet.com/)^
 
        Midnight Bell^^
 
        River of Io by Kevin MacLeod (https://incompetech.com)^
 
        Лицензия: CC BY (http://creativecommons.org/licenses/by/4.0/)^^
 
        Spectral Absences by Luca Fraula (http://www.lucafraula.it/)^
 
        Лицензия: CC BY (http://creativecommons.org/licenses/by/4.0/)^^
 
        Спасибо за игру!^^
 
        (С) Khaelenmore Thaal, 2019
 
    ]];
0 comments (0 inline, 0 general)