Add files via upload

This commit is contained in:
arc1tec4
2024-11-11 16:38:26 -07:00
committed by GitHub
parent fe5b5bc389
commit a0b3025848
2 changed files with 12 additions and 0 deletions

View File

@@ -0,0 +1,6 @@
#title GetGravity2D [RCBasic Doc]
#header sub GetGravity2D(ByRef x, ByRef y)
Use this function for retrieving the global gravity vector. A sprite canvas layer must be open.
#ref SetGravity2D

View File

@@ -0,0 +1,6 @@
#title SetGravity2D [RCBasic Doc]
#header sub SetGravity2D(x, y)
Use this function for setting the global gravity vector. A sprite canvas layer must be active.
#ref GetGravity2D