mirror of
https://github.com/edubart/otclient.git
synced 2025-10-18 13:33:27 +02:00
Added support for enhanced animations for items.
Thanks to @conde2, @BenDol
This commit is contained in:
@@ -161,6 +161,7 @@
|
||||
</ItemDefinitionGroup>
|
||||
<ItemGroup>
|
||||
<ClCompile Include="..\src\client\animatedtext.cpp" />
|
||||
<ClCompile Include="..\src\client\animator.cpp" />
|
||||
<ClCompile Include="..\src\client\client.cpp" />
|
||||
<ClCompile Include="..\src\client\container.cpp" />
|
||||
<ClCompile Include="..\src\client\creature.cpp" />
|
||||
@@ -315,6 +316,7 @@
|
||||
</ItemGroup>
|
||||
<ItemGroup>
|
||||
<ClInclude Include="..\src\client\animatedtext.h" />
|
||||
<ClInclude Include="..\src\client\animator.h" />
|
||||
<ClInclude Include="..\src\client\client.h" />
|
||||
<ClInclude Include="..\src\client\const.h" />
|
||||
<ClInclude Include="..\src\client\container.h" />
|
||||
|
Reference in New Issue
Block a user