Skip to content

Latest commit

 

History

History
12 lines (9 loc) · 276 Bytes

Launch-a-wyrm-spit.md

File metadata and controls

12 lines (9 loc) · 276 Bytes

Launch a wym spit

import { Prefab } from 'att-string-transcoder';

const spit = new Prefab('Wyrm_Spit');

spit.setPosition(playerRightHandPosition);
spit.setRotation(playerRightHandUpInverted);
spit.setVelocity(playerRightHandUpInvertedMultiplied);
spit.print();