map_version="0.0.0.2" num_textures=0 num_bmp_fonts=0 num_vertices=0 num_faces=0 num_blocks=0 num_2d_images=0 num_spheres=0 num_lines=0 num_rays=0 num_planes=0 num_cameras=1 active_camera_id=0 load_gui=true gui_num_images=2 gui_num_wins=2 gui_num_icons=2 gui_num_fonts=1 gui_num_labels=1 gui_num_buttons=1 gui_num_text_fields=1 gui_num_text_boxes=1 gui_num_list_models=2 gui_num_list_boxes=1 gui_num_drop_down=1 gui_num_scroll_areas=3 gui_num_check_boxes=2 gui_num_radio_buttons=3 gui_num_sliders=2 gui_num_containers=2 --Cameras camera0= { name="MainCamera", pos_x=0, pos_y=0, pos_z=1024, rot_x=0, rot_y=0, rot_z=0, mouse_move=false, descent=false, first_person=false, spectate=true, speed=600 } -- Gui images gui_image0= { name="ImageGuiChan", texture="textures/guichan/gui-chan.bmp" } gui_image1= { name="ImageDarkBitLogo", texture="textures/guichan/darkbitslogo_by_haiko.bmp" } -- Gui icons gui_icon0= { name="IconInMainWindow", image="ImageGuiChan", resize_content=false } gui_icon1= { name="IconInChildWindow", image="ImageDarkBitLogo", resize_content=true } -- Gui fonsts gui_font0= { name="DefaultFont", font="textures/guichan/fixedfont.bmp", glyph=" abcdefghijklmnopqrstuvwxyzABCDEFGHIJKLMNOPQRSTUVWXYZ0123456789" } -- Gui labels gui_label0= { name="Label0", caption="Label", pos_x=10, pos_y=10 } -- Gui buttons gui_button0= { name="Button0", caption="Button", width=100, height=20, pos_x=200, pos_y=10 } -- Gui text fields gui_text_field0= { name="TextField", text="Text field", pos_x=330, pos_y=10 } -- Gui text boxes gui_text_box0= { name="TextBox", text="Multiline\nText box" } -- Gui list models gui_list_model0= { name="BoxListModel", num_elements=10, element0="zero", element1="one", element2="two", element3="three", element4="four", element5="five", element6="six", element7="seven", element8="eight", element9="nine" } gui_list_model1= { name="DropDownListModel", num_elements=5, element0="drop down zero", element1="drop down one", element2="drop down two", element3="drop down three", element4="drop down four", } -- Gui list boxes gui_list_box0= { name="ListBox", content="BoxListModel", bordersize=1, width=280, height=100 } -- Gui drop down gui_drop_down0= { name="DropDown", content="DropDownListModel", pos_x=500, pos_y=10 } -- Gui scroll areas gui_scroll_area0= { name="TextBoxScrollArea", content="TextBox", width=200, height=100, bordersize=1, pos_x=200, pos_y=50 } gui_scroll_area1= { name="ListBoxScrollArea", content="ListBox", width=200, height=100, bordersize=1, pos_x=200, pos_y=200 } gui_scroll_area2= { name="ContainerScrollArea", content="Container1", width=180, height=90, bordersize=1, pos_x=440, pos_y=350 } -- Gui check boxes gui_check_box0= { name="Checkbox0", caption="Checkbox 1", marked=false, pos_x=500, pos_y=130 } gui_check_box1= { name="Checkbox1", caption="Checkbox 2", marked=true, pos_x=500, pos_y=150 } -- Gui radio buttons gui_radio_button0= { name="RadioButton0", caption="RadioButton 1", group="radiogroup", marked=true, pos_x=500, pos_y=200 } gui_radio_button1= { name="RadioButton1", caption="RadioButton 2", group="radiogroup", marked=false, pos_x=500, pos_y=220 } gui_radio_button2= { name="RadioButton2", caption="RadioButton 3", group="radiogroup", marked=false, pos_x=500, pos_y=240 } -- Gui sliders gui_slider0= { name="SimpleSlider", scale_start=0, scale_end=10, width=100, height=10, pos_x=500, pos_y=300 } gui_slider1= { name="SliderInContainer", scale_start=0, scale_end=10, width=100, height=10, pos_x=50, pos_y=70 } -- Gui containers gui_container0= { name="Container0", x=0, y=0, width=800, height=600, top=true, num_wins=1, win0="MainWindow", num_sliders=0 } gui_container1= { name="Container1", x=100, y=100, width=400, height=200, top=false, num_wins=0, num_sliders=1, slider0="SliderInContainer" } -- Gui windows gui_win0= { name="MainWindow", title="Top window", x=100, y=100, width=640, height=480, r=220, g=220, b=220, a=220, top=false, pos_x=0, pos_y=0, visible=true, num_icons=1, icon0="IconInMainWindow", num_labels=1, label0="Label0", num_buttons=1, button0="Button0", num_text_fields=1, text_field0="TextField", num_scroll_areas=3, scroll_area0="TextBoxScrollArea", scroll_area1="ListBoxScrollArea", scroll_area2="ContainerScrollArea", num_drop_downs=1, drop_down0="DropDown", num_check_boxes=2, check_box0="Checkbox0", check_box1="Checkbox1", num_radio_buttons=3, radio_button0="RadioButton0", radio_button1="RadioButton1", radio_button2="RadioButton2", num_sliders=1, slider0="SimpleSlider", num_wins=1, win0="ChildWindow" } gui_win1= { name="ChildWindow", title="I am a window Drag me", x=255, y=150, width=200, height=190, r=255, g=250, b=200, a=190, top=false, pos_x=100, pos_y=350, visible=true, num_icons=1, icon0="IconInChildWindow", num_labels=0, num_buttons=0, num_text_fields=0, num_scroll_areas=0, num_drop_downs=0, num_check_boxes=0, num_radio_buttons=0, num_sliders=0, num_wins=0, }