Commit 2ffb6e25cddc52b7cc35504439e9a2305c1de791
1 parent
e9fe69e7
fix numberbox !!!!!
Reduced the volume of door creaking
Showing
11 changed files
with
12 additions
and
6 deletions
COPYING-MEDIA
0 → 100644
COPYING-TILES
deleted
100644 → 0
... | ... | @@ -51,6 +51,7 @@ function _M:playSound(name, position) |
51 | 51 | local f = loadfile("/data/sound/"..name..".lua") |
52 | 52 | setfenv(f, setmetatable({}, {__index=_G})) |
53 | 53 | def = f() |
54 | + if not def.file then def.file = name..".ogg" end | |
54 | 55 | print("[SOUND] loading from", "/data/sound/"..name..".lua", ":=:", "/data/sound/"..def.file, ":>") |
55 | 56 | ok, def.sample = pcall(core.sound.load, "/data/sound/"..def.file, false) |
56 | 57 | if not ok then print("Failed loading sound", def.file, def.sample) return end | ... | ... |
... | ... | @@ -76,5 +76,5 @@ function _M:updateText(v) |
76 | 76 | Textbox.setText(self, text) |
77 | 77 | end |
78 | 78 | |
79 | - if self.on_change and old ~= self.number then self.on_number_change(self.number) end | |
79 | + if self.on_number_change and old ~= self.number then self.on_number_change(self.number) end | |
80 | 80 | end | ... | ... |
... | ... | @@ -26,7 +26,7 @@ newBirthDescriptor{ |
26 | 26 | locked = function() return profile.mod.allow_build.race_giant end, |
27 | 27 | locked_desc = "Powerful beings that tower over all, but the bigger they are, the harder they fall...", |
28 | 28 | desc = { |
29 | - [[#{italic}#"Giant"#{normal}# is a catch-all term for humanoids which are typically over nine feet in height. Their origins, cultures, and relationships to other races differ wildly, but they tend to live as refugees and outcasts, shunned by smaller sentient races who usually see them as a threat.]], | |
29 | + [[#{italic}#"Giant"#{normal}# is a catch-all term for humanoids which are typically over eight feet in height. Their origins, cultures, and relationships to other races differ wildly, but they tend to live as refugees and outcasts, shunned by smaller sentient races who usually see them as a threat.]], | |
30 | 30 | }, |
31 | 31 | descriptor_choices = |
32 | 32 | { | ... | ... |
1 | +return { volume = 35 } | ... | ... |
1 | +return { volume = 35 } | ... | ... |
1 | +return { volume = 35 } | ... | ... |
1 | +return { volume = 35 } | ... | ... |
1 | +return { volume = 35 } | ... | ... |
-
Please register or login to post a comment