Skip to content

Instantly share code, notes, and snippets.

@voidproc
Created September 16, 2023 10:30
Show Gist options
  • Save voidproc/a4123c1651513d4d7e75e8f2bc57872f to your computer and use it in GitHub Desktop.
Save voidproc/a4123c1651513d4d7e75e8f2bc57872f to your computer and use it in GitHub Desktop.
# include <Siv3D.hpp> // OpenSiv3D v0.6.11
void Main()
{
Scene::SetBackground(ColorF{ 0 });
while (System::Update())
{
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment