// Empty scene script to avoid auto-loading demo content. class SceneScript { void Init() {} void Shutdown() {} void Update(float dt) { } }