Add files via upload

This commit is contained in:
arc1tec4
2024-11-10 22:08:47 -07:00
committed by GitHub
parent 67d3373429
commit cbb578981a
5 changed files with 1012 additions and 0 deletions

20
getspritegravity.html Normal file
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>GetSpriteGravity [RCBasic Doc] </title>
</head>
<body>
<p><h2>sub GetSpriteGravity(ByRef x, ByRef y) </h2></p>
<p>
Use this function for retrieving the global gravity vector.
</p>
<br><p>Related:
<a href="setspritegravity.html">SetSpriteGravity</a>
</p>
<p>
</body>
</html>