Add an example entity, plus readme rewrite, plus code cleanup.

This commit is contained in:
moonheart08 2023-05-11 08:36:48 -05:00
parent ad7a0fa055
commit 2aeb9dad28
8 changed files with 30 additions and 4 deletions

1
Resources/Audio/info.txt Normal file
View file

@ -0,0 +1 @@
Place game audio here.

1
Resources/Fonts/info.txt Normal file
View file

@ -0,0 +1 @@
Place fonts here.

View file

@ -0,0 +1,7 @@
- type: entity
id: ExampleEntity
name: example entity
description: example entity's description
components:
- type: Sprite
texture: /Textures/noSprite.png # Provided by the game engine.

View file

@ -0,0 +1 @@
Place textures here.