Update about.lua

This commit is contained in:
Athozus 2023-04-21 23:33:21 +02:00
parent fc90443952
commit 1a84c66346
No known key found for this signature in database
GPG Key ID: B50895022E8484BF

View File

@ -6,7 +6,7 @@ function mail.show_about(name)
button[9.35,0;0.75,0.5;back;X]
label[0,0;Mail]
label[0,0.4;Provided my mt-mods]
label[0,0.8;Version: 1.1.1]
label[0,0.8;Version: 1.1.3]
label[0,1.4;Licenses:]
label[0.2,1.8;Expat (code), WTFPL (textures)]
label[0,2.4;https://github.com/mt-mods/mail]
@ -24,8 +24,13 @@ function mail.show_about(name)
[[#FFF,Athozus,Outbox\, Maillists\, UI\, Drafts,]] ..
[[#FFF,fluxionary,Minor fixups,]] ..
[[#FFF,SX,Various fixes\, UI,]] ..
[[#FFF,Toby1710,Ux fixes,]] ..
[[#FFF,Peter Nerlich,CC\, BCC]
[[#FFF,Toby1710,UX fixes,]] ..
[[#FFF,Peter Nerlich,CC\, BCC,]] ..
[[#FFF,Niklp,German translation,]] ..
[[#FFF,Emojigit,Chinese translation,]] ..
[[#FFF,Dennis Jenkins,UX fixes,]] ..
[[#FFF,Thomas Rudin,Maintenance,]] ..
[[#FFF,NatureFreshMilk,Maintenance]
]] .. mail.theme
minetest.show_formspec(name, FORMNAME, formspec)