diff options
| author | Soopyboo32 <49228220+Soopyboo32@users.noreply.github.com> | 2021-12-13 20:57:16 +0800 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2021-12-13 20:57:16 +0800 |
| commit | 017c6f892afe12b53d7f6f0b17f4055468315dcb (patch) | |
| tree | 494189875108bc1c0d0955761239087adf406306 /features/cosmetics/cosmetic | |
| parent | 35b89852096c48945e55e9d550a417a963a9ad74 (diff) | |
| parent | f1e5f8810c4faf5a36d7b542d92284a3319d33ce (diff) | |
| download | SoopyV2-017c6f892afe12b53d7f6f0b17f4055468315dcb.tar.gz SoopyV2-017c6f892afe12b53d7f6f0b17f4055468315dcb.tar.bz2 SoopyV2-017c6f892afe12b53d7f6f0b17f4055468315dcb.zip | |
Merge pull request #1 from Soopyboo32/Senither-lb
Senither lb
Diffstat (limited to 'features/cosmetics/cosmetic')
| -rw-r--r-- | features/cosmetics/cosmetic/dragon/dragonWings.js | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/features/cosmetics/cosmetic/dragon/dragonWings.js b/features/cosmetics/cosmetic/dragon/dragonWings.js index d387672..64e4e80 100644 --- a/features/cosmetics/cosmetic/dragon/dragonWings.js +++ b/features/cosmetics/cosmetic/dragon/dragonWings.js @@ -145,7 +145,7 @@ class DragonWings extends Cosmetic { //Higher = more elytra like - wing[f.rotateAngleZ] = 0.25; //rotateAngleY + wing[f.rotateAngleY] = 0.25; //rotateAngleY let shouldStandingStillWingThing = false |
