lib/fantasy/global.rb in fantasy-0.1.0 vs lib/fantasy/global.rb in fantasy-0.1.1
- old
+ new
@@ -26,10 +26,10 @@
@hud_texts = []
@hud_images = []
@clocks = []
@last_frame_at = Time.now
@debug = false
- @pixel_font = Gosu::Font.new(20, { name: "#{__dir__}/../fonts/VT323-Regular.ttf" } )
+ @pixel_font = Gosu::Font.new(20, { name: "#{__dir__}/../../fonts/VT323-Regular.ttf" } )
@d_key_pressed = false
@references = OpenStruct.new
@camera = Camera.new(position: Coordinates.zero)
@game_state = Global.presentation_proc.nil? ? "game" : "presentation"