From abf47ddd1fe77287136535e2d05ada48b99b8e1f Mon Sep 17 00:00:00 2001 From: tobigun Date: Fri, 12 Sep 2008 09:51:33 +0000 Subject: - Windows resources (.rc) reduced to the icon - Texture resource names are now directly written to resources.inc - Fonts are no resources anymore. They are moved to game/fonts and can be changed to support multiple charsets (until the TTF part is finished). Fonts are registered in fonts/fonts.in git-svn-id: svn://svn.code.sf.net/p/ultrastardx/svn/trunk@1367 b956fd51-792f-4845-bead-9b4dfca2ff2c --- game/fonts/Bold/Font 1024 Bold 16.png | Bin 0 -> 36542 bytes game/fonts/Bold/Font 1024 Bold.dat | Bin 0 -> 256 bytes game/fonts/Bold/eurostar_regular_bold.dat | Bin 0 -> 256 bytes game/fonts/Bold/eurostar_regular_bold.png | Bin 0 -> 84067 bytes game/fonts/Normal/eurostar_regular.dat | Bin 0 -> 256 bytes game/fonts/Normal/eurostar_regular.png | Bin 0 -> 59609 bytes game/fonts/Outline 1/Outline 1.dat | Bin 0 -> 256 bytes game/fonts/Outline 1/Outline 1.png | Bin 0 -> 74739 bytes game/fonts/Outline 2/Outline 2.dat | Bin 0 -> 256 bytes game/fonts/Outline 2/Outline 2.png | Bin 0 -> 106020 bytes game/fonts/fonts.ini | 11 +++++++++++ 11 files changed, 11 insertions(+) create mode 100644 game/fonts/Bold/Font 1024 Bold 16.png create mode 100644 game/fonts/Bold/Font 1024 Bold.dat create mode 100644 game/fonts/Bold/eurostar_regular_bold.dat create mode 100644 game/fonts/Bold/eurostar_regular_bold.png create mode 100644 game/fonts/Normal/eurostar_regular.dat create mode 100644 game/fonts/Normal/eurostar_regular.png create mode 100644 game/fonts/Outline 1/Outline 1.dat create mode 100644 game/fonts/Outline 1/Outline 1.png create mode 100644 game/fonts/Outline 2/Outline 2.dat create mode 100644 game/fonts/Outline 2/Outline 2.png create mode 100755 game/fonts/fonts.ini (limited to 'game/fonts') diff --git a/game/fonts/Bold/Font 1024 Bold 16.png b/game/fonts/Bold/Font 1024 Bold 16.png new file mode 100644 index 00000000..dc4f28e6 Binary files /dev/null and b/game/fonts/Bold/Font 1024 Bold 16.png differ diff --git a/game/fonts/Bold/Font 1024 Bold.dat b/game/fonts/Bold/Font 1024 Bold.dat new file mode 100644 index 00000000..ea9f2484 Binary files /dev/null and b/game/fonts/Bold/Font 1024 Bold.dat differ diff --git a/game/fonts/Bold/eurostar_regular_bold.dat b/game/fonts/Bold/eurostar_regular_bold.dat new file mode 100644 index 00000000..1b2023e2 Binary files /dev/null and b/game/fonts/Bold/eurostar_regular_bold.dat differ diff --git a/game/fonts/Bold/eurostar_regular_bold.png b/game/fonts/Bold/eurostar_regular_bold.png new file mode 100644 index 00000000..f2732e44 Binary files /dev/null and b/game/fonts/Bold/eurostar_regular_bold.png differ diff --git a/game/fonts/Normal/eurostar_regular.dat b/game/fonts/Normal/eurostar_regular.dat new file mode 100644 index 00000000..f44ae7d8 Binary files /dev/null and b/game/fonts/Normal/eurostar_regular.dat differ diff --git a/game/fonts/Normal/eurostar_regular.png b/game/fonts/Normal/eurostar_regular.png new file mode 100644 index 00000000..21ef5ac4 Binary files /dev/null and b/game/fonts/Normal/eurostar_regular.png differ diff --git a/game/fonts/Outline 1/Outline 1.dat b/game/fonts/Outline 1/Outline 1.dat new file mode 100644 index 00000000..ea9f2484 Binary files /dev/null and b/game/fonts/Outline 1/Outline 1.dat differ diff --git a/game/fonts/Outline 1/Outline 1.png b/game/fonts/Outline 1/Outline 1.png new file mode 100644 index 00000000..a1af3cd2 Binary files /dev/null and b/game/fonts/Outline 1/Outline 1.png differ diff --git a/game/fonts/Outline 2/Outline 2.dat b/game/fonts/Outline 2/Outline 2.dat new file mode 100644 index 00000000..062f1629 Binary files /dev/null and b/game/fonts/Outline 2/Outline 2.dat differ diff --git a/game/fonts/Outline 2/Outline 2.png b/game/fonts/Outline 2/Outline 2.png new file mode 100644 index 00000000..9677d379 Binary files /dev/null and b/game/fonts/Outline 2/Outline 2.png differ diff --git a/game/fonts/fonts.ini b/game/fonts/fonts.ini new file mode 100755 index 00000000..9f934c66 --- /dev/null +++ b/game/fonts/fonts.ini @@ -0,0 +1,11 @@ +[Normal] +File=Normal/eurostar_regulr.png + +[Bold] +File=Bold/eurostar_regular_bold.png + +[Outline1] +File=Outline 1/Outline 1.png + +[Outline2] +File=Outline 2/Outline 2.png \ No newline at end of file -- cgit v1.2.3