enigma-devel
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Enigma-devel] Enigma I: Document item in a level is missing the correct


From: Gareth Prentice
Subject: [Enigma-devel] Enigma I: Document item in a level is missing the correct text
Date: Sun, 4 Oct 2015 18:28:56 +0100

In the level titled "Is It Easy?" within Enigma I, the document item shows up as "text1" rather than "...There are more than two...", as it used to be in past Enigma releases.
The required file to change is /data/levels/enigma_i/martin06_2.xml

line 18 is currently:
ti["d"] = {"it_document", text="text1"}


It will need to be changed to:
ti["d"] = {"it_document", text="...There are more than two..."}
to show the text up as it did previously.

reply via email to

[Prev in Thread] Current Thread [Next in Thread]