diff --git a/assets/connection.otf b/assets/connection.otf new file mode 100644 index 0000000..efe8210 Binary files /dev/null and b/assets/connection.otf differ diff --git a/src/main.cr b/src/main.cr index e9cc553..9884eb5 100644 --- a/src/main.cr +++ b/src/main.cr @@ -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|