Changeset - a7e637aac6fb
[Not reviewed]
default
0 1 2
Silverwing - 5 years ago 2018-12-23 11:06:26

Chapter 1: More rgb cave fixes
3 files changed with 8 insertions and 2 deletions:
0 comments (0 inline, 0 general)
atlantis_dyp.lua
Show inline comments
 
@@ -1280,9 +1280,9 @@ dyp_temple_red_room = room {
 
    disp = "Храм Дипатреанотра, пещера";
 
    pic = function(s)
 
        if s.state == 0 then
 
            -- TODO picture
 
            return "images/dyp_red_inactive.png";
 
        else
 
            -- TODO picture
 
            return "images/dyp_red_active.png";
 
        end;
 
    end;
 
    dsc = function(s)
 
@@ -1292,6 +1292,9 @@ dyp_temple_red_room = room {
 
            return [[Пол пещеры разделен на 25 квадратных ячеек, некоторые из которых отмечены какими-то символами. ]];
 
        end;
 
    end;
 
    way = {
 
        kh_vroom("К выходу из пещеры", "dyp_temple_cave_red");
 
    };
 
};
 

	
 
dyp_temple_cave_green = room {
 
@@ -1788,6 +1791,9 @@ dyp_temple_blue_lever = obj {
 
};
 

	
 
dyp_temple_blue_room = labyrinth {
 
    var {
 
        position = "02";
 
    };
 
    nam = "Храм Дипатреанотра, пещера";
 
    --dsc = "Вы находитесь в большой комнате. Стены покрыты водорослями, източающими слабый свет. Пол в комнате разделен на двадцать пять квадратных ячеек. ";
 
    dir1 = "На север";
images/dyp_red_active.png
Show inline comments
 
new file 100644
 
binary diff not shown
Show images
images/dyp_red_inactive.png
Show inline comments
 
new file 100644
 
binary diff not shown
Show images
0 comments (0 inline, 0 general)