set up Game chapter

main
cosmonaut 2021-01-24 21:17:02 -08:00
parent 3d9bfc1ab0
commit c0bd480f08
4 changed files with 9 additions and 3 deletions

View File

@ -1,7 +1,7 @@
--- ---
title: "Audio" title: "Audio"
date: 2021-01-24T20:15:28-08:00 date: 2021-01-24T20:15:28-08:00
weight: 3 weight: 4
--- ---
MoonWorks.Audio is implemented using the [FAudio](https://github.com/FNA-XNA/FAudio) library. The main entry point for audio-related functions is `AudioDevice`. A reference to this class is automatically created and can be retrieved from your `Game` subclass. MoonWorks.Audio is implemented using the [FAudio](https://github.com/FNA-XNA/FAudio) library. The main entry point for audio-related functions is `AudioDevice`. A reference to this class is automatically created and can be retrieved from your `Game` subclass.

6
content/Game/_index.md Normal file
View File

@ -0,0 +1,6 @@
---
title: "Game"
date: 2021-01-24T21:15:07-08:00
weight: 2
---

View File

@ -1,7 +1,7 @@
+++ +++
title = "Graphics" title = "Graphics"
date = 2021-01-24T20:51:36-08:00 date = 2021-01-24T20:51:36-08:00
weight = 4 weight = 5
chapter = true chapter = true
+++ +++

View File

@ -1,7 +1,7 @@
--- ---
title: "Input" title: "Input"
date: 2021-01-23T16:39:09-08:00 date: 2021-01-23T16:39:09-08:00
weight: 2 weight: 3
--- ---
All input-related information can be retrieved through the `Inputs`. All input-related information can be retrieved through the `Inputs`.