add emote icon

This commit is contained in:
NguyenVanDat
2025-12-17 11:38:01 +07:00
parent 52537d511c
commit c91b2347cf
9 changed files with 1508 additions and 2 deletions
+8
View File
@@ -0,0 +1,8 @@
fileFormatVersion: 2
guid: 8e7328e7267d4c744bffdd93781ac215
folderAsset: yes
DefaultImporter:
externalObjects: {}
userData:
assetBundleName:
assetBundleVariant:
Binary file not shown.

After

Width:  |  Height:  |  Size: 57 KiB

File diff suppressed because it is too large Load Diff
Binary file not shown.
+21
View File
@@ -0,0 +1,21 @@
fileFormatVersion: 2
guid: f6437c7f6dfb42144a799984e8b18fc6
IHVImageFormatImporter:
externalObjects: {}
textureSettings:
serializedVersion: 2
filterMode: 1
aniso: 1
mipBias: 0
wrapU: 0
wrapV: 0
wrapW: 0
isReadable: 1
sRGBTexture: 1
streamingMipmaps: 0
streamingMipmapsPriority: 0
ignoreMipmapLimit: 0
mipmapLimitGroupName:
userData:
assetBundleName:
assetBundleVariant:
+59
View File
@@ -0,0 +1,59 @@
32
32
7
8
unknown.dds
一键拾取.dds
交易命令.dds
亲亲密密的动作.dds
亲吻.dds
伸懒腰.dds
倒地.dds
冲锋.dds
加速飞行.dds
协助攻击.dds
坐下.dds
坐下站起.dds
大笑.dds
定点传送.dds
害羞.dds
寻找目标.dds
寻找队伍.dds
张望.dds
思考.dds
战斗.dds
打坐.dds
抱拳.dds
招手.dds
拾取.dds
挑衅.dds
挖掘.dds
摆摊买.dds
摆摊卖.dds
摇头.dds
摔倒.dds
攻击1.dds
攻击2.dds
攻击3.dds
攻击4.dds
晕倒.dds
普通攻击.dds
沮丧.dds
滚开.dds
点头.dds
生气.dds
相依相偎的动作.dds
耸肩膀.dds
胜利.dds
脱离队伍.dds
舞蹈1.dds
舞蹈2.dds
走跑转换.dds
跳跃.dds
跳跃的动作1.dds
跳跃的动作2.dds
踢出队伍.dds
邀请加入.dds
防御.dds
飞吻.dds
飞行.dds
@@ -0,0 +1,7 @@
fileFormatVersion: 2
guid: 4a842797640137d4a92a75f0c0007a46
TextScriptImporter:
externalObjects: {}
userData:
assetBundleName:
assetBundleVariant:
+2 -2
View File
@@ -1,3 +1,3 @@
version https://git-lfs.github.com/spec/v1
oid sha256:397ac9cbccc4da94dc85eb3c9f08ebde4a37f97ef96ae1b8046b17e0f036c775
size 200529103
oid sha256:c3c25b5801ede2202d9cca9cee7579ec6db7bd1b93af6df562c5cb98c727cd22
size 200544866
+6
View File
@@ -221,4 +221,10 @@ public class CECUIManager : MonoSingleton<CECUIManager>
{
return currentTargetNPCID;
}
//todo: change this code to other place
public void OnClickedWaveHand()
{
}
}