Skip to content

Commit bd29477

Browse files
committed
swars: Separate module for drawins special in-game text
The game contains two custom text drawing functions: wave coloured text (for mission complete message) and bordered text (for MP chat messages). This change separates those special drawing methods, while also making a copy of bflibrarys text draw functions in order to use universal template for the altered drawing.
1 parent 5ec6808 commit bd29477

File tree

6 files changed

+800
-358
lines changed

6 files changed

+800
-358
lines changed

src/Makefile.am

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -10,6 +10,8 @@ swars_SOURCES = \
1010
ap_gspr_map.c \
1111
ap_spr_smap.c \
1212
app_sprite.h \
13+
app_text.c \
14+
app_text.h \
1315
bflib_joyst.c \
1416
bflib_joyst.h \
1517
bflib_joyst_s.sx \

0 commit comments

Comments
 (0)