lib/motion-prime.rb in motion-prime-0.1.7 vs lib/motion-prime.rb in motion-prime-0.2.0
- old
+ new
@@ -2,6 +2,7 @@
Motion::Require.all(Dir.glob(File.expand_path('../../motion-prime/**/*.rb', __FILE__)))
Motion::Project::App.setup do |app|
app.detect_dependencies = false
+ app.fonts = [File.expand_path('../../resources/fonts/ubuntu.ttf', __FILE__)]
end
\ No newline at end of file