十四-2 手游开发神器 cocos2d-x editor 之串联游戏流程

选关界面

SouthEast

GameSelectLayer.ccbx


[html] view plain copy 在CODE上查看代码片 派生到我的代码片
  1. <?xmlversion="1.0"encoding="UTF-8"?>

  2. <Document

  3. jsControlled="true"

  4. jsController="GameSelectLayer"

  5. resolution="default"

  6. >

  7. <Resolutions>

  8. <ResolutioncenteredOrigin="false"ext="iphone"height="1280"width="720"name="default"scale="1"/>

  9. <ResolutioncenteredOrigin="false"ext="iphone"height="720"width="1280"name="default1"scale="1"/>

  10. </Resolutions>

  11. <Animations>

  12. <AnimationautoPlay="true"

  13. id="0"

  14. name="Default Timeline"

  15. length="10"

  16. chainedId="0"

  17. offset="0.0"

  18. position="0.0"

  19. resolution="30"

  20. scale="128">

  21. <CallbackChannel>

  22. </CallbackChannel>

  23. <SoundChannel>

  24. </SoundChannel>

  25. </Animation>

  26. </Animations>

  27. <Layer

  28. positionX="0"positionY="0"

  29. width="100"height="100"sizeType="Percent"

  30. anchorPointX="0.5"anchorPointY="0.5"ignoreAnchorPoint="true"

  31. scaleX="1"scaleY="1"

  32. touchEnabled="true"positionType="LeftBottom">

  33. <LayerColorpositionType="LeftBottom"width="720"height="1280"positionX="0"positionY="0"anchorPointX="0"

  34. anchorPointY="0"color="#ff20b4ff"/>

  35. <Spritename="bg_g"var="b1"target="Doc"positionX="360"positionY="641"

  36. positionType="LeftBottom"anchorPointX="0.5"anchorPointY="0.5"

  37. scaleX="1"scaleY="1"scaleType="Absolute"ignoreAnchorPoint="false"

  38. src="Resources/s_bg_grade.png"visible="false"color="#ffffffff"/>

  39. <SpritepositionType="LeftBottom"width="587.0"height="834"positionX="361.0"positionY="689.0"anchorPointX="0.5"

  40. anchorPointY="0.5"src="Resources/s_bg_grade.png">

  41. <NodepositionType="LeftBottom"width="40"height="100"positionX="42.0"positionY="42.0"anchorPointX="0"

  42. anchorPointY="0"target="Doc"var="listTop">

  43. <ScrollViewname="levelScrollPanel"

  44. var="levelScrollPanel"target="Doc"positionX="0"positionY="100"

  45. positionType="LeftBottom"width="510"height="500"

  46. sizeType="Absolute"anchorPointX="0"anchorPointY="0"

  47. scaleX="1"scaleY="1"

  48. clipsToBounds="true"

  49. direction="Horizontal"

  50. bounces="true"

  51. ignoreAnchorPoint="true"visible="true"touchEnabled="true"mouseEnabled="true">

  52. </ScrollView></Node>

  53. <NodepositionType="LeftBottom"width="40"height="40"positionX="268.0"positionY="73.0"anchorPointX="0.5"

  54. anchorPointY="0.5"var="dotNode"target="Doc"/>

  55. </Sprite>

  56. </Layer>

  57. </Document>


后面的内容见多,此平台不支持这么多文字,详情请参考我在csdn上的博客:http://blog.csdn.net/touchsnow/article/details/18770755csdn博客


你可能感兴趣的:(editor,cocos2d-x,游戏流程)