⭐ 欢迎来到虫虫下载站! | 📦 资源下载 📁 资源专辑 ℹ️ 关于我们
⭐ 虫虫下载站

📄 animations.xml

📁 说明如何使用托管 Direct3D Mobile 创建一个简单的二维游戏。
💻 XML
字号:
<?xml version="1.0" standalone="yes"?>
<kAnimation xmlns="http://tempuri.org/Animation.xsd">
  <Definition>
    <FileName>player.bmp</FileName>
    <Rows>3</Rows>
    <Columns>10</Columns>
    <CellWidth>100</CellWidth>
    <CellHeight>60</CellHeight>
  </Definition>
  <Definition>
    <FileName>plane.bmp</FileName>
    <Rows>3</Rows>
    <Columns>4</Columns>
    <CellWidth>64</CellWidth>
    <CellHeight>64</CellHeight>
  </Definition>
  <Definition>
    <FileName>mech.bmp</FileName>
    <Rows>3</Rows>
    <Columns>10</Columns>
    <CellWidth>100</CellWidth>
    <CellHeight>100</CellHeight>
  </Definition>
  <Definition>
    <FileName>player_fire.bmp</FileName>
    <Rows>1</Rows>
    <Columns>4</Columns>
    <CellWidth>16</CellWidth>
    <CellHeight>16</CellHeight>
  </Definition>
  <Definition>
    <FileName>mech_fire.bmp</FileName>
    <Rows>1</Rows>
    <Columns>4</Columns>
    <CellWidth>16</CellWidth>
    <CellHeight>16</CellHeight>
  </Definition>
  <Definition>
    <FileName>plane_fire.bmp</FileName>
    <Rows>1</Rows>
    <Columns>4</Columns>
    <CellWidth>16</CellWidth>
    <CellHeight>16</CellHeight>
  </Definition>
</kAnimation>

⌨️ 快捷键说明

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