mirror of
https://github.com/evilew/GS13-Citadel.git
synced 2026-06-23 23:13:50 +01:00
8 lines
235 B
Plaintext
8 lines
235 B
Plaintext
/datum/asset/simple/notes
|
|
assets = list(
|
|
"high_button.png" = 'html/high_button.png',
|
|
"medium_button.png" = 'html/medium_button.png',
|
|
"minor_button.png" = 'html/minor_button.png',
|
|
"none_button.png" = 'html/none_button.png',
|
|
)
|