games50 / pong

Atari's 1972 classic, implemented in Lua with LÖVE
835 stars 1.13k forks source link

Pong 2 #74

Closed SoumyaBhaiya closed 2 years ago

SoumyaBhaiya commented 2 years ago

The font file font.ttf From where do I create it? It's showing error in mine as the file is not in the folder and I am facing problems. Please reply asap

ERROR Error

Could not open file font.ttf. Does not exist.

Traceback

[C]: at 0x7ffef12bca30 [C]: in function 'newFont' main.lua:14: in function 'load' [C]: in function 'xpcall' [C]: in function 'xpcall'

SoumyaBhaiya commented 2 years ago

Issue Solved, I did added the font file in directory but didn't installed it again. Once I installed the file again it was fixed.