forked from CorsixTH/CorsixTH
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
21 changed files
with
1,838 additions
and
1,877 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,34 +1,34 @@ | ||
// Microsoft Visual C++ generated resource script. | ||
// | ||
#define APSTUDIO_READONLY_SYMBOLS | ||
///////////////////////////////////////////////////////////////////////////// | ||
// | ||
// Generated from the TEXTINCLUDE 2 resource. | ||
// | ||
#include "afxres.h" | ||
///////////////////////////////////////////////////////////////////////////// | ||
#undef APSTUDIO_READONLY_SYMBOLS | ||
///////////////////////////////////////////////////////////////////////////// | ||
// English (U.K.) resources | ||
#if !defined(AFX_RESOURCE_DLL) || defined(AFX_TARG_ENG) | ||
#ifdef _WIN32 | ||
LANGUAGE LANG_ENGLISH, SUBLANG_ENGLISH_UK | ||
#pragma code_page(1252) | ||
#endif //_WIN32 | ||
///////////////////////////////////////////////////////////////////////////// | ||
// | ||
// Icon | ||
// | ||
// Icon with lowest ID value placed first to ensure application icon | ||
// remains consistent on all systems. | ||
IDI_AnimView ICON "AnimView.ico" | ||
#endif // English (U.K.) resources | ||
///////////////////////////////////////////////////////////////////////////// | ||
// Microsoft Visual C++ generated resource script. | ||
// | ||
|
||
#define APSTUDIO_READONLY_SYMBOLS | ||
///////////////////////////////////////////////////////////////////////////// | ||
// | ||
// Generated from the TEXTINCLUDE 2 resource. | ||
// | ||
#include "afxres.h" | ||
|
||
///////////////////////////////////////////////////////////////////////////// | ||
#undef APSTUDIO_READONLY_SYMBOLS | ||
|
||
///////////////////////////////////////////////////////////////////////////// | ||
// English (U.K.) resources | ||
|
||
#if !defined(AFX_RESOURCE_DLL) || defined(AFX_TARG_ENG) | ||
#ifdef _WIN32 | ||
LANGUAGE LANG_ENGLISH, SUBLANG_ENGLISH_UK | ||
#pragma code_page(1252) | ||
#endif //_WIN32 | ||
|
||
|
||
///////////////////////////////////////////////////////////////////////////// | ||
// | ||
// Icon | ||
// | ||
|
||
// Icon with lowest ID value placed first to ensure application icon | ||
// remains consistent on all systems. | ||
IDI_AnimView ICON "AnimView.ico" | ||
#endif // English (U.K.) resources | ||
///////////////////////////////////////////////////////////////////////////// | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,34 +1,34 @@ | ||
-- Bitmaps to create sprite sheet from | ||
sprites = {} | ||
sprites[ 1] = "build_room_dialog_close.bmp" | ||
sprites[ 2] = "map_cell_outline.bmp" | ||
sprites[ 3] = "flag_passable.bmp" | ||
sprites[ 4] = "flag_travel_north.bmp" | ||
sprites[ 5] = "flag_travel_east.bmp" | ||
sprites[ 6] = "flag_travel_south.bmp" | ||
sprites[ 7] = "flag_travel_west.bmp" | ||
sprites[ 8] = "flag_hospital.bmp" | ||
sprites[ 9] = "flag_buildable.bmp" | ||
sprites[10] = "fullscreen_border_topleft.bmp" | ||
sprites[11] = "fullscreen_border_top.bmp" | ||
sprites[12] = "fullscreen_border_topright.bmp" | ||
sprites[13] = "fullscreen_border_left.bmp" | ||
sprites[14] = "fullscreen_border_right.bmp" | ||
sprites[15] = "fullscreen_border_bottomleft.bmp" | ||
sprites[16] = "fullscreen_border_bottom.bmp" | ||
sprites[17] = "fullscreen_border_bottomright.bmp" | ||
sprites[18] = "map_cell_outline_north.bmp" | ||
sprites[19] = "map_cell_outline_east.bmp" | ||
sprites[20] = "map_cell_outline_south.bmp" | ||
sprites[21] = "map_cell_outline_west.bmp" | ||
|
||
-- Palette options | ||
palette = "from bitmap" | ||
|
||
-- Compression options | ||
complex = true | ||
rnc = false | ||
|
||
-- Output filenames | ||
output_tab = "aux_ui.tab" | ||
output_dat = "aux_ui.dat" | ||
-- Bitmaps to create sprite sheet from | ||
sprites = {} | ||
sprites[ 1] = "build_room_dialog_close.bmp" | ||
sprites[ 2] = "map_cell_outline.bmp" | ||
sprites[ 3] = "flag_passable.bmp" | ||
sprites[ 4] = "flag_travel_north.bmp" | ||
sprites[ 5] = "flag_travel_east.bmp" | ||
sprites[ 6] = "flag_travel_south.bmp" | ||
sprites[ 7] = "flag_travel_west.bmp" | ||
sprites[ 8] = "flag_hospital.bmp" | ||
sprites[ 9] = "flag_buildable.bmp" | ||
sprites[10] = "fullscreen_border_topleft.bmp" | ||
sprites[11] = "fullscreen_border_top.bmp" | ||
sprites[12] = "fullscreen_border_topright.bmp" | ||
sprites[13] = "fullscreen_border_left.bmp" | ||
sprites[14] = "fullscreen_border_right.bmp" | ||
sprites[15] = "fullscreen_border_bottomleft.bmp" | ||
sprites[16] = "fullscreen_border_bottom.bmp" | ||
sprites[17] = "fullscreen_border_bottomright.bmp" | ||
sprites[18] = "map_cell_outline_north.bmp" | ||
sprites[19] = "map_cell_outline_east.bmp" | ||
sprites[20] = "map_cell_outline_south.bmp" | ||
sprites[21] = "map_cell_outline_west.bmp" | ||
|
||
-- Palette options | ||
palette = "from bitmap" | ||
|
||
-- Compression options | ||
complex = true | ||
rnc = false | ||
|
||
-- Output filenames | ||
output_tab = "aux_ui.tab" | ||
output_dat = "aux_ui.dat" |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,17 +1,17 @@ | ||
-- Bitmaps to create sprite sheet from | ||
sprites = {} | ||
sprites[ 1] = "tree_level.bmp" | ||
sprites[ 2] = "tree_leaf.bmp" | ||
sprites[ 3] = "tree_collapsed.bmp" | ||
sprites[ 4] = "tree_expanded.bmp" | ||
|
||
-- Palette options | ||
palette = "from bitmap" | ||
|
||
-- Compression options | ||
complex = true | ||
rnc = false | ||
|
||
-- Output filenames | ||
output_tab = "tree_ctrl.tab" | ||
output_dat = "tree_ctrl.dat" | ||
-- Bitmaps to create sprite sheet from | ||
sprites = {} | ||
sprites[ 1] = "tree_level.bmp" | ||
sprites[ 2] = "tree_leaf.bmp" | ||
sprites[ 3] = "tree_collapsed.bmp" | ||
sprites[ 4] = "tree_expanded.bmp" | ||
|
||
-- Palette options | ||
palette = "from bitmap" | ||
|
||
-- Compression options | ||
complex = true | ||
rnc = false | ||
|
||
-- Output filenames | ||
output_tab = "tree_ctrl.tab" | ||
output_dat = "tree_ctrl.dat" |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,72 +1,72 @@ | ||
// Microsoft Visual C++ generated resource script. | ||
// | ||
#include "resource.h" | ||
#define APSTUDIO_READONLY_SYMBOLS | ||
///////////////////////////////////////////////////////////////////////////// | ||
// | ||
// Generated from the TEXTINCLUDE 2 resource. | ||
// | ||
#include "afxres.h" | ||
///////////////////////////////////////////////////////////////////////////// | ||
#undef APSTUDIO_READONLY_SYMBOLS | ||
///////////////////////////////////////////////////////////////////////////// | ||
// English (U.K.) resources | ||
#if !defined(AFX_RESOURCE_DLL) || defined(AFX_TARG_ENG) | ||
#ifdef _WIN32 | ||
LANGUAGE LANG_ENGLISH, SUBLANG_ENGLISH_UK | ||
#pragma code_page(1252) | ||
#endif //_WIN32 | ||
#ifdef APSTUDIO_INVOKED | ||
///////////////////////////////////////////////////////////////////////////// | ||
// | ||
// TEXTINCLUDE | ||
// | ||
1 TEXTINCLUDE | ||
BEGIN | ||
"resource.h\0" | ||
END | ||
2 TEXTINCLUDE | ||
BEGIN | ||
"#include ""afxres.h""\r\n" | ||
"\0" | ||
END | ||
3 TEXTINCLUDE | ||
BEGIN | ||
"\r\n" | ||
"\0" | ||
END | ||
#endif // APSTUDIO_INVOKED | ||
///////////////////////////////////////////////////////////////////////////// | ||
// | ||
// Icon | ||
// | ||
// Icon with lowest ID value placed first to ensure application icon | ||
// remains consistent on all systems. | ||
IDI_CORSIXTH ICON "CorsixTH.ico" | ||
#endif // English (U.K.) resources | ||
///////////////////////////////////////////////////////////////////////////// | ||
#ifndef APSTUDIO_INVOKED | ||
///////////////////////////////////////////////////////////////////////////// | ||
// | ||
// Generated from the TEXTINCLUDE 3 resource. | ||
// | ||
///////////////////////////////////////////////////////////////////////////// | ||
#endif // not APSTUDIO_INVOKED | ||
// Microsoft Visual C++ generated resource script. | ||
// | ||
#include "resource.h" | ||
|
||
#define APSTUDIO_READONLY_SYMBOLS | ||
///////////////////////////////////////////////////////////////////////////// | ||
// | ||
// Generated from the TEXTINCLUDE 2 resource. | ||
// | ||
#include "afxres.h" | ||
|
||
///////////////////////////////////////////////////////////////////////////// | ||
#undef APSTUDIO_READONLY_SYMBOLS | ||
|
||
///////////////////////////////////////////////////////////////////////////// | ||
// English (U.K.) resources | ||
|
||
#if !defined(AFX_RESOURCE_DLL) || defined(AFX_TARG_ENG) | ||
#ifdef _WIN32 | ||
LANGUAGE LANG_ENGLISH, SUBLANG_ENGLISH_UK | ||
#pragma code_page(1252) | ||
#endif //_WIN32 | ||
|
||
#ifdef APSTUDIO_INVOKED | ||
///////////////////////////////////////////////////////////////////////////// | ||
// | ||
// TEXTINCLUDE | ||
// | ||
|
||
1 TEXTINCLUDE | ||
BEGIN | ||
"resource.h\0" | ||
END | ||
|
||
2 TEXTINCLUDE | ||
BEGIN | ||
"#include ""afxres.h""\r\n" | ||
"\0" | ||
END | ||
|
||
3 TEXTINCLUDE | ||
BEGIN | ||
"\r\n" | ||
"\0" | ||
END | ||
|
||
#endif // APSTUDIO_INVOKED | ||
|
||
|
||
///////////////////////////////////////////////////////////////////////////// | ||
// | ||
// Icon | ||
// | ||
|
||
// Icon with lowest ID value placed first to ensure application icon | ||
// remains consistent on all systems. | ||
IDI_CORSIXTH ICON "CorsixTH.ico" | ||
#endif // English (U.K.) resources | ||
///////////////////////////////////////////////////////////////////////////// | ||
|
||
|
||
|
||
#ifndef APSTUDIO_INVOKED | ||
///////////////////////////////////////////////////////////////////////////// | ||
// | ||
// Generated from the TEXTINCLUDE 3 resource. | ||
// | ||
|
||
|
||
///////////////////////////////////////////////////////////////////////////// | ||
#endif // not APSTUDIO_INVOKED | ||
|
Oops, something went wrong.