We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
in my project, i often use a game restart for quick debugging, though that also duplicates everything i create with inspectron
my inspectron code at the end of my objects Create event
Inspectron() .Slider("roughness_strength",0,1) .Slider("normal_strength",0,1) .Slider("scale",0,4) .Slider("offset_scale",-1,1) .render()
code to restart when pressing R game_restart();
game_restart();
The text was updated successfully, but these errors were encountered:
Sorry I missed seeing this! When I get a chance I will see if I can fix this
Sorry, something went wrong.
No branches or pull requests
in my project, i often use a game restart for quick debugging, though that also duplicates everything i create with inspectron
my inspectron code at the end of my objects Create event
code to restart when pressing R
game_restart();
The text was updated successfully, but these errors were encountered: