Skip to content

scene_loader

Paweł Waligóra edited this page May 22, 2024 · 3 revisions

Description

Module for scene management (loading and un loading scenes).

Contents

Scene system

Each time scene_loader::load_scene() is called, a new scene is created. Same scene can't be loaded twice unless it's first un_loaded with scene_loader::un_load_scene().

Many scenes can be loaded at once.

Scenes are read from a scene_file.

Home

Git Workflow

Issues

Coding Rules

Skrypty-Tutorial

Useful resources

Game Structure

Code Structure

Clone this wiki locally