Update README.md

This commit is contained in:
Analgesic Productions 2020-04-04 20:04:35 +09:00 committed by GitHub
parent 64725cc0db
commit 891ef79ab0
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 5 additions and 5 deletions

View File

@ -78,11 +78,11 @@ Source code and Assets ("src/" folder)
- The other .as scripts contain embeds for sprites that are used by other game code, or loading in game audio. If you want to add music you'd do that here. TileData lets you change collision info of tilemaps. CSV_Data contains embedded .csv files (tilemap data). Common_sprites contain some sprite embeds
### entity/
-decoration - Various visual effects
-enemy - Enemies, bosses.
-gadget - dungeon entities (buttons, doors, holes, etc)
-interactive - NPCs, most cutscenes
-player - stuff relating to Young (brooms, swap, player movement)
- decoration - Various visual effects
- enemy - Enemies, bosses.
- gadget - dungeon entities (buttons, doors, holes, etc)
- interactive - NPCs, most cutscenes
- player - stuff relating to Young (brooms, swap, player movement)
### extension - code for joyquery