merge entity package to konstructor

This commit is contained in:
2023-07-06 23:33:43 +02:00
parent 2fcf6f4fdc
commit 38b8053223
28 changed files with 89 additions and 94 deletions

View File

@@ -1,12 +1,12 @@
package domain
import (
"game/konstructor/entity"
"game/konstructor"
"image/color"
)
func GetDefaultFontLayout() entity.FontLayout {
return entity.FontLayout{
func GetDefaultFontLayout() konstructor.FontLayout {
return konstructor.FontLayout{
Path: "assets/fonts/ArcadeClassic.ttf",
DPI: 72,
Size: 24,