title.xml

来自「一个坦克游戏附源代码」· XML 代码 · 共 7 行

XML
7
字号
<?xml version="1.0" ?>
<body type="gui" version="1.0" >
<button id="100" text="开始游戏" left="20" top="350" right="120" bottom="380" />
<button id="101" text="游戏选关" left="20" top="390" right="120" bottom="420" />
<button id="102" text="退出游戏" left="20" top="430" right="120" bottom="460" />
<?EditBox id="103" text="文本框" border="true" left="140" top="430" right="220" bottom="460" ?/>
</body>

⌨️ 快捷键说明

复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?