Adds signs with readable text.
Go to file
Vanessa Dannenberg 9502812088 Add necessary bits to allow signs to be placed onto horizontal poles
(both wooden and steel signs)

only streets mod's "bigpole" supported for now.

Model changes:

To make a sign support horizontal mounting, make a single "_onpole"
model, with two copies of the pole mount, one rotated by 90°.  Make sure
the second copy appears has its own material entry, and that it is last
in the materials list in the exported .obj (`grep "g " file.obj` to
check).

When registered, signs_lib will set the "_onpole" and "_onpole_horiz"
tiles{} to reveal one mount or the other: entry 3 will expose the
vertical mount, entry 4 is the horizontal copy, with the opposite entry
being set to the "blank" image.
2019-09-21 15:45:48 -04:00
locale Merge pull request #29 from codexp/german-translation 2018-05-11 09:00:28 -04:00
models Add necessary bits to allow signs to be placed onto horizontal poles 2019-09-21 15:45:48 -04:00
textures Add necessary bits to allow signs to be placed onto horizontal poles 2019-09-21 15:45:48 -04:00
.gitignore First commit. 2016-03-14 19:03:44 -03:00
LICENSE license fixups: use LGPL 3.0 for code, 2018-11-08 19:02:48 -05:00
api.lua Add necessary bits to allow signs to be placed onto horizontal poles 2019-09-21 15:45:48 -04:00
copyright.txt license fixups: use LGPL 3.0 for code, 2018-11-08 19:02:48 -05:00
depends.txt Re-built onto the new API formerly part of my street_signs mod 2019-09-11 12:03:04 -04:00
description.txt Adding standard mod files 2016-03-27 21:35:38 -07:00
encoding.lua Re-built onto the new API formerly part of my street_signs mod 2019-09-11 12:03:04 -04:00
init.lua Re-built onto the new API formerly part of my street_signs mod 2019-09-11 12:03:04 -04:00
intllib.lua updated intllib method (po/pot files) 2017-07-31 18:55:35 +02:00
mod.conf Adding standard mod files 2016-03-27 21:35:38 -07:00
standard_signs.lua Add necessary bits to allow signs to be placed onto horizontal poles 2019-09-21 15:45:48 -04:00