mirror of
https://github.com/Aurorastation/Aurora.3.git
synced 2026-08-27 23:14:18 +01:00
Adding more logos to Pencode (#6755)
As title says this PR adds extra 6 logos to penwriting.
Added new paper logos for:
[logo_nt] - Regular NT logo
[logo_nt_small] - Small size NT logo
[log_zh] - Zeng-Hu, [logo_idris] - Idris
[logo_eridani] - Eridani
[logo_necro] - Necropolis
[logo_hp] - Hephaestus Industries.
[logo_be] - Beisel
This commit is contained in:
committed by
Erki
parent
38e4b5d77b
commit
84ebc24580
@@ -184,7 +184,14 @@ var/list/asset_datums = list()
|
||||
"barcode1.png" = 'html/images/barcode1.png',
|
||||
"barcode2.png" = 'html/images/barcode2.png',
|
||||
"barcode3.png" = 'html/images/barcode3.png',
|
||||
"ntlogo.png" = 'html/images/ntlogo.png'
|
||||
"ntlogo.png" = 'html/images/ntlogo.png',
|
||||
"ntlogo_small.png" = 'html/images/ntlogo_small.png',
|
||||
"zhlogo.png" = 'html/images/zhlogo.png',
|
||||
"idrislogo.png" = 'html/images/idrislogo.png',
|
||||
"eridanilogo.png" = 'html/images/eridanilogo.png',
|
||||
"necrologo.png" = 'html/images/necrologo.png',
|
||||
"hplogo.png" = 'html/images/hplogo.png',
|
||||
"belogo.png" = 'html/images/belogo.png'
|
||||
)
|
||||
|
||||
/datum/asset/simple/changelog
|
||||
|
||||
Reference in New Issue
Block a user