mirror of
https://github.com/vlang/v.git
synced 2023-08-10 21:13:21 +03:00
examples: add license files for fonts
This commit is contained in:
Binary file not shown.
@ -21,7 +21,7 @@ import sdl.ttf as ttf
|
||||
const (
|
||||
Title = 'tVintris'
|
||||
BASE = filepath.dir( os.realpath( os.executable() ) )
|
||||
FontName = BASE + '/fonts/RobotoMono-Regular.ttf'
|
||||
FontName = BASE + '/../../assets/fonts/RobotoMono-Regular.ttf'
|
||||
MusicName = BASE + '/sounds/TwintrisThosenine.mod'
|
||||
SndBlockName = BASE + '/sounds/block.wav'
|
||||
SndLineName = BASE + '/sounds/single.wav'
|
||||
|
Reference in New Issue
Block a user