• 大小: 19.09M
    文件类型: .rar
    金币: 1
    下载: 0 次
    发布日期: 2020-12-14
  • 语言: C#
  • 标签: 源码  

资源简介

      游戏形象来源于“围住神经猫”的小游戏。这是一款使用Egret(白鹭)引擎开发的游戏,由南京泥巴怪公司开发,一名美术和一名程序员两人仅耗时一天半就完成了。7月22日下午2点游戏上线短短三天,游戏访问量已经过亿次。

神经猫拥有夸张的造型与欠抽的表情,在屏幕中扭来扭去,游戏设定为玩家对其进行毫不留情地围剿。


资源截图

代码片段和文件信息

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

/// 
/// Inspector class used to edit Inventory Databases.
/// 


[CustomEditor(typeof(InvDatabase))]
public class InvDatabaseInspector : Editor
{
static int mIndex = 0;

bool mConfirmDelete = false;

/// 
/// Draw an enlarged sprite within the specified texture atlas.
/// 


public Rect DrawSprite (Texture2D tex Rect sprite Material mat) { return DrawSprite(tex sprite mat true 0); }

/// 
/// Draw an enlarged sprite within the specified texture atlas.
/// 


public Rect DrawSprite (Texture2D tex Rect sprite Material mat bool addPadding)
{
return DrawSprite(tex sprite mat addPadding 0);
}

/// 

/// Draw an enlarged sprite withi

 属性            大小     日期    时间   名称
----------- ---------  ---------- -----  ----

    I.A....     11940  2014-08-26 01:47  catchCrazyCat\Assembly-CSharp-Editor-vs.csproj

    I.A....     11934  2014-08-26 01:47  catchCrazyCat\Assembly-CSharp-Editor.csproj

    I.A....     16389  2014-08-26 01:47  catchCrazyCat\Assembly-CSharp-vs.csproj

     文件      16389  2014-08-26 01:47  catchCrazyCat\Assembly-CSharp.csproj

    I.A....      5743  2014-08-19 23:44  catchCrazyCat\Assembly-Unityscript-vs.unityproj

     文件       5841  2014-08-26 00:37  catchCrazyCat\Assembly-Unityscript.unityproj

    I.A....      6048  2014-07-31 22:02  catchCrazyCat\Assets\Animations\Cat.controller

    I.A..H.        95  2014-07-31 22:02  catchCrazyCat\Assets\Animations\Cat.controller.meta

    I.A....     12596  2014-07-31 22:02  catchCrazyCat\Assets\Animations\Stay.anim

    I.A..H.        95  2014-07-31 22:02  catchCrazyCat\Assets\Animations\Stay.anim.meta

    I.A..H.       107  2014-07-31 22:02  catchCrazyCat\Assets\Animations.meta

    I.A....      4196  2014-08-06 22:26  catchCrazyCat\Assets\Atlas\New Atlas.mat

    I.A..H.        95  2014-08-06 22:26  catchCrazyCat\Assets\Atlas\New Atlas.mat.meta

    I.A....    513377  2014-08-06 22:26  catchCrazyCat\Assets\Atlas\New Atlas.png

    I.A..H.       950  2014-08-06 22:26  catchCrazyCat\Assets\Atlas\New Atlas.png.meta

    I.A....      8272  2014-08-06 22:26  catchCrazyCat\Assets\Atlas\New Atlas.prefab

    I.A..H.        95  2014-08-06 22:26  catchCrazyCat\Assets\Atlas\New Atlas.prefab.meta

    ..A..H.       107  2014-08-06 22:54  catchCrazyCat\Assets\Atlas.meta

     文件    4292537  2014-08-26 00:27  catchCrazyCat\Assets\Audio\K娃 - 我不想说我是鸡.mp3

    ..A..H.       205  2014-08-26 00:28  catchCrazyCat\Assets\Audio\K娃 - 我不想说我是鸡.mp3.meta

     文件    3465890  2014-08-05 01:41  catchCrazyCat\Assets\Audio\littleapple.mp3

    I.A..H.       205  2014-08-06 22:54  catchCrazyCat\Assets\Audio\littleapple.mp3.meta

     文件     481946  2014-03-26 17:25  catchCrazyCat\Assets\Audio\Theme Song.mp3

    ..A..H.       205  2014-07-31 23:20  catchCrazyCat\Assets\Audio\Theme Song.mp3.meta

    ..A..H.       107  2014-07-31 23:20  catchCrazyCat\Assets\Audio.meta

    I.A....     15364  2014-08-26 15:08  catchCrazyCat\Assets\mainMenu.unity

    ..A..H.        90  2014-08-10 19:31  catchCrazyCat\Assets\mainMenu.unity.meta

    I.A....    522240  2014-08-06 22:19  catchCrazyCat\Assets\NGUI\Editor\FreeType.dll

    I.A..H.        90  2014-08-06 22:19  catchCrazyCat\Assets\NGUI\Editor\FreeType.dll.meta

    I.A....   1089968  2014-08-06 22:19  catchCrazyCat\Assets\NGUI\Editor\FreeType.dylib

............此处省略907个文件信息

评论

共有 条评论