mirror of
https://github.com/space-wizards/RobustToolboxTemplate.git
synced 2026-02-10 16:24:49 -05:00
Add an example entity, plus readme rewrite, plus code cleanup.
This commit is contained in:
parent
ad7a0fa055
commit
2aeb9dad28
8 changed files with 30 additions and 4 deletions
1
Resources/Audio/info.txt
Normal file
1
Resources/Audio/info.txt
Normal file
|
|
@ -0,0 +1 @@
|
|||
Place game audio here.
|
||||
1
Resources/Fonts/info.txt
Normal file
1
Resources/Fonts/info.txt
Normal file
|
|
@ -0,0 +1 @@
|
|||
Place fonts here.
|
||||
7
Resources/Prototypes/Entities/example.yml
Normal file
7
Resources/Prototypes/Entities/example.yml
Normal 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.
|
||||
1
Resources/Textures/info.txt
Normal file
1
Resources/Textures/info.txt
Normal file
|
|
@ -0,0 +1 @@
|
|||
Place textures here.
|
||||
Loading…
Add table
Add a link
Reference in a new issue