Skip to content

Instantly share code, notes, and snippets.

@eXpl0it3r
Last active March 6, 2018 18:54
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save eXpl0it3r/8efcfcd89cf9845369ce1a90aa5af5c6 to your computer and use it in GitHub Desktop.
Save eXpl0it3r/8efcfcd89cf9845369ce1a90aa5af5c6 to your computer and use it in GitHub Desktop.
auto arrowProps = createProjectileProperties({
position = position,
direction = direction,
speed = 10.0f,
size = {16.0f, 7.0f},
collisionRadius = 8.0f,
ttl = 120,
owner = owner,
texture = "assets.arrow"_hash
}, data)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment