This repository was archived by the owner on Oct 3, 2025. It is now read-only.
File tree Expand file tree Collapse file tree 4 files changed +26
-3
lines changed Expand file tree Collapse file tree 4 files changed +26
-3
lines changed Original file line number Diff line number Diff line change @@ -18,4 +18,4 @@ It provides the generation class `ParticleAPI` which is closer to the bottom lay
1818| Func | spawnNumber | generate the number |
1919| Func | drawOrientedLine | draw oriented line |
2020| Func | drawCuboid | draw 3D rectangle |
21- | Func | drawCircle | draw 2D circle |
21+ | Func | drawCircle | draw 2D circle |
Original file line number Diff line number Diff line change @@ -320,4 +320,4 @@ void PTAPI_drawCircle(
320320 break ;
321321 }
322322}
323- }
323+ }
Original file line number Diff line number Diff line change @@ -129,4 +129,4 @@ __declspec(dllexport) void PTAPI_drawCircle(
129129 int maxParticlesNum = 64 ,
130130 enum class ParticleCUI ::ColorPalette color = ParticleCUI::ColorPalette::WHITE
131131);
132- }
132+ }
Original file line number Diff line number Diff line change 1+ {
2+ "format_version" : 2 ,
3+ "tooth" : " github.com/LiteLDev/LegacyParticleAPI" ,
4+ "version" : " 0.1.0" ,
5+ "info" : {
6+ "name" : " LegacyParticleAPI" ,
7+ "description" : " ParticleAPI ported from LiteLoaderBDS" ,
8+ "author" : " LiteLDev" ,
9+ "tags" : [
10+ " plugin" ,
11+ " library"
12+ ]
13+ },
14+ "asset_url" : " https://github.com/LiteLDev/LegacyParticleAPI/releases/download/v0.1.0/LegacyParticleAPI-windows-x64.zip" ,
15+ "files" : {
16+ "place" : [
17+ {
18+ "src" : " LegacyParticleAPI/*" ,
19+ "dest" : " plugins/LegacyParticleAPI"
20+ }
21+ ]
22+ }
23+ }
You can’t perform that action at this time.
0 commit comments