Added sprite shape functions

This commit is contained in:
n00b
2025-03-20 17:29:11 -04:00
parent b6b1ecf86f
commit 14f87ecbf1
197 changed files with 5576 additions and 1203 deletions

View File

@@ -4443,18 +4443,9 @@ int main(int argc, char * argv[])
//ogles2 test
#ifdef RC_TESTING
std::string debug_opt = "a";
std::cin >> debug_opt;
if(debug_opt.compare("a")==0)
{
rc_intern_dirChange("/home/n00b/test/stp/");
//rc_intern_dirChange("");
rc_filename = "serenity_main.cbc";
}
else
{
rc_intern_dirChange("/home/n00b/Programs/RCBasic_v400_Linux64/examples/Simple 3D Platformer/");
}
rc_intern_dirChange("/home/n00b/test/SpriteShapeTest");
//rc_intern_dirChange("");
rc_filename = "main.cbc";
#endif
//---------------