Skip to content

Commit

Permalink
minecraft rus fonts for almost everything
Browse files Browse the repository at this point in the history
  • Loading branch information
Gaxeer committed Nov 16, 2024
1 parent 84bc035 commit f933658
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 4 deletions.
Binary file added interface/fonts/Minecraft_Rus.ttf
Binary file not shown.
3 changes: 2 additions & 1 deletion interface/fonts/grand_9k.dm
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,8 @@
/// Base font
/datum/font/grand9k
name = "Grand9K Pixel"
font_family = 'interface/fonts/Grand9K_Pixel.ttf'
font_family = 'interface/fonts/Minecraft_Rus.ttf' // Bandastation edit: 'interface/fonts/Grand9K_Pixel.ttf' -> 'interface/fonts/Minecraft_Rus.ttf'


/// For icon overlays
/// Grand9K 6pt metrics generated using Lummox's dmifontsplus (https://www.byond.com/developer/LummoxJR/DmiFontsPlus)
Expand Down
6 changes: 3 additions & 3 deletions interface/skin.dmf
Original file line number Diff line number Diff line change
Expand Up @@ -120,12 +120,12 @@ window "mapwindow"
size = 640x480
anchor1 = 0,0
anchor2 = 100,100
font-family = "Arial"
font-size = 7pt
font-family = "Minecraft Rus"
font-size = 6pt
is-default = true
right-click = true
saved-params = "zoom;letterbox;zoom-mode"
style = ".center { text-align: center; } .maptext { font-family: 'Small Fonts'; font-size: 7pt; -dm-text-outline: 1px black; color: white; line-height: 1.1; } .command_headset { font-weight: bold; } .context { font-family: 'Small Fonts'; font-size: 12pt; -dm-text-outline: 1px black; } .subcontext { font-family: 'Small Fonts'; font-size: 12pt; line-height: 0.75; } .small { font-family: 'Small Fonts'; font-size: 6pt; line-height: 1.4; } .big { font-family: 'Small Fonts'; font-size: 12pt; } .reallybig { font-size: 12pt; } .extremelybig { font-size: 12pt; } .greentext { color: #00FF00; font-size: 6pt; } .redtext { color: #FF0000; font-size: 6pt; } .clown { color: #FF69BF; font-weight: bold; } .his_grace { color: #15D512; } .hypnophrase { color: #0d0d0d; font-weight: bold; } .yell { font-weight: bold; } .italics { font-family: 'Small Fonts'; font-size: 6pt; line-height: 1.4; }"
style = ".center { text-align: center; } .maptext { font-family: 'Minecraft Rus'; font-size: 6pt; -dm-text-outline: 1px black; color: white; line-height: 1.25; } .command_headset { font-weight: bold; } .context { font-family: 'Minecraft Rus'; font-size: 6pt; -dm-text-outline: 1px black; } .subcontext { font-family: 'Minecraft Rus'; font-size: 6pt; line-height: 1; } .small { font-family: 'Minecraft Rus'; font-size: 6pt; line-height: 1.4; } .big { font-family: 'Minecraft Rus'; font-size: 12pt; } .reallybig { font-size: 12pt; } .extremelybig { font-size: 12pt; } .greentext { color: #00FF00; font-size: 6pt; } .redtext { color: #FF0000; font-size: 6pt; } .clown { color: #FF69BF; font-weight: bold; } .his_grace { color: #15D512; } .hypnophrase { color: #0d0d0d; font-weight: bold; } .yell { font-weight: bold; } .italics { font-family: 'Minecraft Rus'; font-size: 6pt; line-height: 1.4; }"
elem "status_bar"
type = LABEL
pos = 0,464
Expand Down

0 comments on commit f933658

Please sign in to comment.