Instalează Steam
conectare
|
limbă
简体中文 (chineză simplificată)
繁體中文 (chineză tradițională)
日本語 (japoneză)
한국어 (coreeană)
ไทย (thailandeză)
български (bulgară)
Čeština (cehă)
Dansk (daneză)
Deutsch (germană)
English (engleză)
Español - España (spaniolă - Spania)
Español - Latinoamérica (spaniolă - America Latină)
Ελληνικά (greacă)
Français (franceză)
Italiano (italiană)
Bahasa Indonesia (indoneziană)
Magyar (maghiară)
Nederlands (neerlandeză)
Norsk (norvegiană)
Polski (poloneză)
Português (portugheză - Portugalia)
Português - Brasil (portugheză - Brazilia)
Русский (rusă)
Suomi (finlandeză)
Svenska (suedeză)
Türkçe (turcă)
Tiếng Việt (vietnameză)
Українська (ucraineană)
Raportează o problemă de traducere
[ ko-fi.com ]
车间编号:2872643350
Mod ID: MobileReader
A while back I had added a feature similar to Cat's Reading into a personal mod pack. I would have subscribed to Cat's Reading if it was not for its implementation. To re-declare an entire object verbatim, simply to change a few values was just bad code. That made me curious about Mobile Reader's implementation.
Needless to say, I found it well-implemented, except for that "hidden" bug. That's Lua for you; it let's you do anything and mostly get away with it :)
FYI to whom it may concern: Last patch I made MR a local module because it really has no need to be global. If you actually reference it for some reason in one of your mods, you still can; you'll just need to add
local MR = require("MobileReader")
at the top of your file.
Thank you, frelling. I'll push the fix sometime today.