Modulo:Stemma: differenze tra le versioni
Contenuto cancellato Contenuto aggiunto
aggiornamento generale |
m aggiornata configurazione |
||
Riga 37:
-- verifica argomenti
if not self.orn then
error(string.format('l\'ornamento %s non esiste',
elseif args.coef and not self.coef then
error('coef non è valido', 3)
Riga 44:
self.coef = self.coef or 1
self.ornFile = self.orn[1]
self.ornSize =
self.scudoSize =
self.scudoTop = math.floor(
self.scudoLeft = math.floor(
return self
|