Browse Source

游戏结束页面排行榜

Roy 5 years ago
parent
commit
737c1d6f29
3 changed files with 780 additions and 126 deletions
  1. 757 126
      assets/Scene/GameSence.fire
  2. 14 0
      assets/Script/Game/GameOverItem.js
  3. 9 0
      assets/Script/Game/GameOverItem.js.meta

File diff suppressed because it is too large
+ 757 - 126
assets/Scene/GameSence.fire


+ 14 - 0
assets/Script/Game/GameOverItem.js

@@ -0,0 +1,14 @@
+cc.Class({
+  extends: cc.Component,
+
+  properties: {
+    sprite: cc.Sprite,
+    score: cc.Label,
+  },
+
+  // onLoad () {},
+
+  start() {},
+
+// update (dt) {},
+})

+ 9 - 0
assets/Script/Game/GameOverItem.js.meta

@@ -0,0 +1,9 @@
+{
+  "ver": "1.0.5",
+  "uuid": "44dfc6fa-c9f4-4133-b9b4-1effdfacdb54",
+  "isPlugin": false,
+  "loadPluginInWeb": true,
+  "loadPluginInNative": true,
+  "loadPluginInEditor": false,
+  "subMetas": {}
+}

Some files were not shown because too many files changed in this diff