• 大小: 43.09MB
    文件类型: .zip
    金币: 1
    下载: 0 次
    发布日期: 2023-06-30
  • 语言: 其他
  • 标签: 游戏开发  

资源简介

甜品消消乐资源+工程源码,有现成的工程,可以直接在项目中运行

资源截图

代码片段和文件信息

using System.Collections;
using System.Collections.Generic;
using UnityEngine;

public class ClearColorSweet : ClearedSweet {

    private ColorSweet.ColorType clearColor;

    public ColorSweet.ColorType ClearColor
    {
        get
        {
            return clearColor;
        }

        set
        {
            clearColor = value;
        }
    }

    public override void Clear()
    {
        base.Clear();
        sweet.gameManager.ClearColor(clearColor);
    }
}

 属性            大小     日期    时间   名称
----------- ---------  ---------- -----  ----
     目录           0  2018-01-06 15:11  资料\
     文件    10205725  2018-01-06 13:49  资料\GameResources.unitypackage
     目录           0  2018-01-06 15:12  资料\工程源码\
     目录           0  2018-01-06 15:12  资料\工程源码\MatchSweets\
     目录           0  2018-01-06 15:12  资料\工程源码\MatchSweets\.vs\
     目录           0  2018-01-06 15:12  资料\工程源码\MatchSweets\.vs\MatchSweets\
     目录           0  2018-01-06 15:12  资料\工程源码\MatchSweets\.vs\MatchSweets\v15\
     文件      107008  2018-01-06 13:50  资料\工程源码\MatchSweets\.vs\MatchSweets\v15\.suo
     目录           0  2018-01-06 15:12  资料\工程源码\MatchSweets\.vs\MatchSweets\v15\Server\
     目录           0  2018-01-06 15:12  资料\工程源码\MatchSweets\.vs\MatchSweets\v15\Server\sqlite3\
     文件           0  2018-01-01 10:50  资料\工程源码\MatchSweets\.vs\MatchSweets\v15\Server\sqlite3\db.lock
     文件      655360  2018-01-06 13:50  资料\工程源码\MatchSweets\.vs\MatchSweets\v15\Server\sqlite3\storage.ide
     目录           0  2018-01-06 15:12  资料\工程源码\MatchSweets\Assets\
     目录           0  2018-01-06 15:12  资料\工程源码\MatchSweets\Assets\Animation\
     文件         213  2017-12-31 21:54  资料\工程源码\MatchSweets\Assets\Animation.meta
     文件        2635  2018-01-04 22:06  资料\工程源码\MatchSweets\Assets\Animation\BarrierSweetPrefab.controller
     文件         229  2018-01-04 22:05  资料\工程源码\MatchSweets\Assets\Animation\BarrierSweetPrefab.controller.meta
     文件        1914  2018-01-06 09:09  资料\工程源码\MatchSweets\Assets\Animation\But_Start.controller
     文件         229  2018-01-06 09:06  资料\工程源码\MatchSweets\Assets\Animation\But_Start.controller.meta
     文件        4073  2018-01-05 20:23  资料\工程源码\MatchSweets\Assets\Animation\ColomnClear_SweetPrefab.anim
     文件         229  2018-01-05 19:04  资料\工程源码\MatchSweets\Assets\Animation\ColomnClear_SweetPrefab.anim.meta
     文件        2707  2018-01-05 20:23  资料\工程源码\MatchSweets\Assets\Animation\ColomnClear_SweetPrefab.controller
     文件         229  2018-01-05 19:04  资料\工程源码\MatchSweets\Assets\Animation\ColomnClear_SweetPrefab.controller.meta
     文件       14130  2018-01-04 22:06  资料\工程源码\MatchSweets\Assets\Animation\DestoryBarrier.anim
     文件         229  2018-01-04 22:04  资料\工程源码\MatchSweets\Assets\Animation\DestoryBarrier.anim.meta
     文件       18649  2018-01-05 22:05  资料\工程源码\MatchSweets\Assets\Animation\DestoryRainbow.anim
     文件         229  2018-01-05 20:48  资料\工程源码\MatchSweets\Assets\Animation\DestoryRainbow.anim.meta
     文件        9773  2018-01-03 22:54  资料\工程源码\MatchSweets\Assets\Animation\DestorySweet.anim
     文件         229  2018-01-03 14:31  资料\工程源码\MatchSweets\Assets\Animation\DestorySweet.anim.meta
     文件        3004  2018-01-06 09:09  资料\工程源码\MatchSweets\Assets\Animation\Doll.anim
     文件         229  2018-01-06 08:53  资料\工程源码\MatchSweets\Assets\Animation\Doll.anim.meta
............此处省略1646个文件信息

评论

共有 条评论