Guest User

Untitled

a guest
Oct 20th, 2017
79
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
XML 0.70 KB | None | 0 0
  1. <GUI>
  2.     <screen id="0" name="main_menu">
  3.         <image id="0"/> <!-- Фон -->
  4.         <image id="1"/> <!-- Рамка -->
  5.         <label font="0" size="20" x="403" y="200" align="center">Главное меню</label>
  6.         <button img="10" text="Новая игра" x="303" y="300" name="btnNew"/>
  7.         <button img="10" text="Редактор" x="303" y="350"/>
  8.         <button img="10" text="Об авторе..." x="303" y="400"/>
  9.     </screen>
  10.     <screen id="1" name="load_level">
  11.         <image id="0"/>
  12.         <image id="1"/>
  13.         <label font="0" size="20" x="403" y="200" align="center">Выберите уровень</label>
  14.         <list img="20" x="253" y="300"/> <!-- Область списка -->
  15.         <!-- И т.д... -->
  16.     </screen>
  17. </GUI>
Add Comment
Please, Sign In to add comment