Skip to content

Commit 9f98820

Browse files
committed
use bitsweetfont
1 parent 9d57763 commit 9f98820

10 files changed

+9
-578
lines changed

src/assets/font.go

+5-5
Original file line numberDiff line numberDiff line change
@@ -1,13 +1,13 @@
11
package assets
22

33
import (
4-
"github.com/quasilyte/roboden-game/assets/monofont"
4+
"github.com/quasilyte/bitsweetfont"
55
)
66

77
var (
8-
Font1 = monofont.New1()
9-
Font2 = monofont.Scale(Font1, 2)
10-
Font3 = monofont.Scale(Font1, 3)
8+
Font1 = bitsweetfont.New1()
9+
Font2 = bitsweetfont.Scale(Font1, 2)
10+
Font3 = bitsweetfont.Scale(Font1, 3)
1111

12-
Font1_3 = monofont.New1_3()
12+
Font1_3 = bitsweetfont.New1_3()
1313
)

src/assets/monofont/1_00.data.gz

-957 Bytes
Binary file not shown.

src/assets/monofont/1_30.data.gz

-1020 Bytes
Binary file not shown.

src/assets/monofont/bitmap_font.go

-139
This file was deleted.

src/assets/monofont/bitmap_image.go

-61
This file was deleted.

0 commit comments

Comments
 (0)