Enhancement: load game scene once to allow run scene directly (#406)

Co-authored-by: StraToN <StraToN@users.noreply.github.com>
This commit is contained in:
Julian Murgia
2021-10-01 07:53:44 +02:00
committed by GitHub
parent df78b52b8a
commit ae34094196
12 changed files with 109 additions and 60 deletions

View File

@@ -202,6 +202,14 @@ var controller: ESCController
The controller in charge of converting an action verb on a game object
into an actual action
### game\_scene
```gdscript
var game_scene: ESCGame
```
 The game scene loaded
## Method Descriptions
### new\_game