Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Movement_ #60

Open
drewmccluskey opened this issue Nov 30, 2018 · 1 comment
Open

Movement_ #60

drewmccluskey opened this issue Nov 30, 2018 · 1 comment
Assignees
Projects

Comments

@drewmccluskey
Copy link
Collaborator

drewmccluskey commented Nov 30, 2018

Built-In Variables

  • ✔️direction
  • ✔️friction
  • ❌gravity
  • ❌gravity_direction
  • ❌hspeed
  • ❌vspeed
  • 📌✔️speed --> vec2
  • ❌x
  • ❌y
  • ❌xprevious
  • ❌yprevious
  • ❌xstart
  • ❌ystart
  • 💡 Position (vec2)
  • 💡 PositionPrevious (vec2)
  • 💡 PositionStart (vec2)
  • 💡 Gravity (vec2)

Movement Functions

  • ✅ motion_add
  • ✅motion_set
  • 📌✅ move_towards_point --> no longer sets speed nor direction of the instance
  • move_bounce_all
  • move_bounce_solid
  • move_contact_all
  • move_contact_solid
  • move_outside_all
  • move_outside_solid
  • ✅move_random
  • ✅move_snap
  • ✅move_wrap
  • ✅place_snapped
@lofcz lofcz added the GM port label Dec 1, 2018
@lofcz
Copy link
Owner

lofcz commented Dec 3, 2018

Updated built-in vars as of d4e4c87

@Lajky12 Lajky12 added this to Alex in LoF Dec 7, 2018
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
LoF
Alex
Development

No branches or pull requests

3 participants