Add a README.

This commit is contained in:
Feufochmar 2021-09-19 23:54:56 +02:00
parent 683277ef3e
commit 899dd9cb8e
1 changed files with 21 additions and 0 deletions

21
README.md Normal file
View File

@ -0,0 +1,21 @@
# Bricassé
Help Chacha break those bricks.
A little brick breaking game, mainly made to learn to use the Godot game engine.
## Credits - Copyrights
© Feufochmar, 2021.
All files not listed below were made by Feufochmar, and are released under a Creative Commons CC BY-SA licence.
The file `screens/NovaOval.ttf` was made by Wojciech Kalinowski "wmk69", and is released under the OFL (SIL Open Font License). [Website](https://fontlibrary.org/en/font/nova)
## Development
### Adding a new level
Inherit from `levels/base_level.tscn` and add blocks.
### Adding a new block
Inherit from `blocks/abstract_brick.tscn`, then :
- add a Sprite, and associate the script `blocks/abstract_brick_sprite.gd` to it.
- add a Collision shape