Skip to content

Commit

Permalink
Tweaks
Browse files Browse the repository at this point in the history
  • Loading branch information
Ratstail91 committed Jun 20, 2023
1 parent 74606d3 commit 2aa46fa
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
2 changes: 2 additions & 0 deletions getting-started/game-engine.md
Original file line number Diff line number Diff line change
Expand Up @@ -92,6 +92,8 @@ A series of libraries are provided to allow Toy to interface and control the eng
During startup, the script named `init.toy` in the root of the scripts directory is executed. This file can be used to configure input mappings, as well as initializing the window and node tree.
TODO: Complete the rest of this page
# Engine API
The engine API is for controlling the core of the engine directly.
Expand Down
2 changes: 1 addition & 1 deletion getting-started/runner-library.md
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ This is used to load an external script into an opaque variable.

This function does a lot of work:

* It validates the file path using the drive syntax (see above)
* It validates the file path using the drive syntax
* It reads in the source code of the script file
* It compiles the source script into bytecode
* It constructs and intializes an Interpreter
Expand Down

0 comments on commit 2aa46fa

Please sign in to comment.