mirror of
https://github.com/P3D-Legacy/P3D-Legacy.git
synced 2025-04-08 18:35:09 +02:00
set up light and dark stones
This commit is contained in:
parent
493e37c0a6
commit
0ec7b25350
Binary file not shown.
Binary file not shown.
@ -91,4 +91,4 @@ ent:
|
||||
|
||||
NPC:
|
||||
{"NPC"{NPC[{"Position"{sngArr[4,-1,5]}}{"TextureID"{str[N]}}{"ID"{int[0]}}{"Name"{str[Father]}}{"Action"{int[1]}}{"AdditionalValue"{str[fortune\dot\n]}}{"Rotation"{int[0]}}{"Movement"{str[Still]}}{"MoveRectangles"{recArr[]}}]}}
|
||||
{"NPC"{NPC[{"Position"{sngArr[4,0.25,4]}}{"TextureID"{str[N]}}{"ID"{int[1]}}{"Name"{str[Father]}}{"Action"{int[1]}}{"AdditionalValue"{str[fortune\dot\dstone]}}{"Rotation"{int[0]}}{"Movement"{str[Still]}}{"MoveRectangles"{recArr[]}}]}}
|
||||
{"NPC"{NPC[{"Scale"{sngArr[0.5,0.5,0.5]}}{"Position"{sngArr[4,-0.0625,4]}}{"TextureID"{str[darkstone]}}{"ID"{int[1]}}{"Name"{str[Bulbasaur]}}{"Action"{int[1]}}{"AdditionalValue"{str[fortune\dot\dstone]}}{"Rotation"{int[1]}}{"Movement"{str[Pokeball]}}{"MoveRectangles"{recArr[]}}]}}
|
||||
|
Binary file not shown.
BIN
P3D/Content/Textures/NPC/darkstone.png
Normal file
BIN
P3D/Content/Textures/NPC/darkstone.png
Normal file
Binary file not shown.
After Width: | Height: | Size: 358 B |
BIN
P3D/Content/Textures/NPC/lightstone.png
Normal file
BIN
P3D/Content/Textures/NPC/lightstone.png
Normal file
Binary file not shown.
After Width: | Height: | Size: 413 B |
@ -14110,6 +14110,9 @@
|
||||
<Content Include="Content\Textures\NPC\Aragas.png">
|
||||
<CopyToOutputDirectory>Always</CopyToOutputDirectory>
|
||||
</Content>
|
||||
<Content Include="Content\Textures\NPC\darkstone.png">
|
||||
<CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory>
|
||||
</Content>
|
||||
<Content Include="Content\Textures\NPC\DP.png">
|
||||
<CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory>
|
||||
</Content>
|
||||
@ -14131,6 +14134,9 @@
|
||||
<Content Include="Content\Textures\NPC\Green.png">
|
||||
<CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory>
|
||||
</Content>
|
||||
<Content Include="Content\Textures\NPC\lightstone.png">
|
||||
<CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory>
|
||||
</Content>
|
||||
<Content Include="Content\Textures\NPC\Meowth-O.png">
|
||||
<CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory>
|
||||
</Content>
|
||||
|
Loading…
x
Reference in New Issue
Block a user