Add files via upload

This commit is contained in:
arc1tec4
2024-11-11 16:41:10 -07:00
committed by GitHub
parent 5221ac5e8f
commit cf6feab5c1
2 changed files with 40 additions and 0 deletions

View File

@@ -0,0 +1,20 @@
<!DOCTYPE html>
<html>
<head>
<link rel="stylesheet" href="style.css">
<meta content="text/html; charset=UTF-8" http-equiv="content-type">
<title>GetGravity2D [RCBasic Doc] </title>
</head>
<body>
<p><h2>sub GetGravity2D(ByRef x, ByRef y) </h2></p>
<p>
Use this function for retrieving the global gravity vector. A sprite canvas layer must be open.
</p>
<br><p>Related:
<a href="setgravity2d.html">SetGravity2D</a>
</p>
<p>
</body>
</html>

View File

@@ -0,0 +1,20 @@
<!DOCTYPE html>
<html>
<head>
<link rel="stylesheet" href="style.css">
<meta content="text/html; charset=UTF-8" http-equiv="content-type">
<title>SetGravity2D [RCBasic Doc] </title>
</head>
<body>
<p><h2>sub SetGravity2D(x, y) </h2></p>
<p>
Use this function for setting the global gravity vector. A sprite canvas layer must be active.
</p>
<br><p>Related:
<a href="getgravity2d.html">GetGravity2D</a>
</p>
<p>
</body>
</html>