minecraft-pi-reborn/symbols/src/misc/Strings.def

14 lines
1.0 KiB
Modula-2

// Fake Class To Hold String References
static-property char *default_path = 0xe264; // "/.minecraft/"
static-property char *default_username = 0x18fd4; // "StevePi"
static-property char *minecraft_pi_version = 0x39d94; // "v0.1.1 alpha"
static-property char *options_txt_path = 0x19bc8; // "options.txt"
static-property char *options_txt_fopen_mode_when_loading = 0x19d24; // "w"
static-property char *feedback_vibration_options_txt_name = 0x135d70; // "feedback_vibration"
static-property char *gfx_lowquality_options_txt_name = 0x135d88; // "gfx_lowquality"
static-property char *classic_create_button_text = 0x39bec; // "Create"
static-property char creative_mode_description[31] = 0x104492; // "Unlimited resources and flying"
static-property char survival_mode_description[34] = 0x104470; // "Mobs, health and gather resources"
static-property char *text_wrapping_delimiter = 0x253d0; // " \n\t\r"
static-property char *title_texture_touch = 0x3e0fc; // "gui/pi_title.png"
static-property char *title_texture_classic = 0x39798; // "gui/pi_title.png"