show selecting vfx and elase player enter vfx

This commit is contained in:
NguyenVanDat
2025-11-13 17:12:41 +07:00
parent f067943ca5
commit c6f24993b5
7 changed files with 418 additions and 232 deletions
+14 -13
View File
@@ -2,21 +2,22 @@ using UnityEngine;
namespace BrewMonster
{
// Cursor resource
public enum CursorType
{
RES_CUR_NORMAL = 0,
RES_CUR_ATTACK,
RES_CUR_TALK,
RES_CUR_PICKUP,
RES_CUR_REPAIR,
RES_CUR_HAND,
RES_CUR_FLAG,
RES_CUR_DIG,
RES_CUR_SWALLOW,
NUM_RES_CURSOR,
};
public class EC_Resource
{
// Cursor resource
static readonly string[] l_aCurFiles =
{
"cursors/normal.ani",
"cursors/attack.cur",
"cursors/talk.cur",
"cursors/pick.cur",
"cursors/repair.cur",
"cursors/hand.cur",
"cursors/flag.cur",
"cursors/dig.ani",
"cursors/gourd.cur",
};
// GFX resource
private static readonly string[] l_aGFXFiles = // use where?
{