Skip to content

v1.0.0

Choose a tag to compare

@TornadoTechnology TornadoTechnology released this 13 Apr 12:32
· 11 commits to main since this release

Vector class creation is now wrapped, keyword new is not required. Also, now there is a brief notation of the vector.

Add new Vector2 methods:

  • to_array()
  • to_list()
  • sub()
  • divis()
  • copy()

Add new functions:

  • display_get_gui_size()
  • display_set_gui_vsize()
  • position_get(), position_set()
  • position_add()
  • position_multi()

Updated demo