assets folder structure

This commit is contained in:
2023-07-05 23:34:48 +02:00
parent ae6eb96d96
commit 731548ef86
9 changed files with 3 additions and 3 deletions

View File

@@ -7,7 +7,7 @@ import (
func GetDefaultFontLayout() entity.FontLayout {
return entity.FontLayout{
Path: "fonts/ArcadeClassic.ttf",
Path: "assets/fonts/ArcadeClassic.ttf",
DPI: 72,
Size: 24,
Color: color.White,