文件名称:Cocos Creator实现的1024游戏
文件大小:190KB
文件格式:ZIP
更新时间:2023-01-02 04:23:16
Cocos Creator实现的 1024
Cocos Creator实现的1024游戏 cc.Class({ extends: cc.Component, properties: { // foo: { // default: null, // The default value will be used only when the component attaching // to a node for the first time // url: cc.Texture2D, // optional, default is typeof default // serializable: true, // optional, default is true // visible: true, // optional, default is true // displayName: 'Foo', // optional // readonly: false, // optional, default is false // }, // ... }, // use this for initialization onLoad: function () { }, // called every frame, uncomment this function to activate update callback // update: function (dt) { // }, });
【文件预览】:
.gitignore
settings
----builder.json(627B)
----project.json(625B)
----services.json(7KB)
creator.d.ts
packages
jsconfig.json
project.json
assets
----prefabs.meta(108B)
----success.fire(5KB)
----sleep.fire(4KB)
----game.fire(21KB)
----prefabs()
--------Tile.prefab.meta(148B)
--------Tile.prefab(2KB)
----game.fire.meta(146B)
----scripts.meta(108B)
----success.fire.meta(146B)
----scripts()
--------views()
--------views.meta(108B)
----sleep.fire.meta(146B)