Added previously missing font asset.
Font was originally found on OpenFontLibrary.master
parent
cafa63e6ab
commit
085f7adc09
Binary file not shown.
|
@ -35,7 +35,7 @@ window = Naka::Window.new "Test", 16*128, 16*128, flags: LibSDL::WindowFlags::RE
|
|||
|
||||
images = ImagesLoader.new window
|
||||
|
||||
connection_font = window.newFont "Connection.otf", 30.5
|
||||
connection_font = window.newFont "assets/connection.otf", 30.5
|
||||
window.set_font connection_font
|
||||
|
||||
altitude_noise = Naka::Noise2D.new.tap do |a|
|
||||
|
|
Loading…
Reference in New Issue