Added previously missing font asset.

Font was originally found on OpenFontLibrary.
remotes/1689991316485491157/master
Luka Vandervelden 2018-11-04 00:58:44 +09:00
parent cafa63e6ab
commit 085f7adc09
2 changed files with 1 additions and 1 deletions

BIN
assets/connection.otf Normal file

Binary file not shown.

View File

@ -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|