mirror of
https://github.com/TombEngine/TombEngine.git
synced 2025-05-01 09:18:00 +03:00
fix inventory drawing; implement inventory in game code;
This commit is contained in:
parent
6074ab93a2
commit
d7fa758df7
17 changed files with 416 additions and 82 deletions
|
@ -100,6 +100,11 @@
|
|||
#define STRING_RENDER_OPTIONS 103
|
||||
#define STRING_DISPLAY_ADAPTER 104
|
||||
#define STRING_OUTPUT_SETTINGS 105
|
||||
#define STRING_EQUIP 106
|
||||
#define STRING_COMBINE_WITH 107
|
||||
#define STRING_EXAMINE 108
|
||||
#define STRING_STATISTICS 109
|
||||
#define STRING_CHOOSE_WEAPON 110
|
||||
|
||||
class LanguageScript
|
||||
{
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue