From 899dd9cb8e6fb3d7bf423647930179b939bbf670 Mon Sep 17 00:00:00 2001 From: Feufochmar Date: Sun, 19 Sep 2021 23:54:56 +0200 Subject: [PATCH] Add a README. --- README.md | 21 +++++++++++++++++++++ 1 file changed, 21 insertions(+) create mode 100644 README.md diff --git a/README.md b/README.md new file mode 100644 index 0000000..2d02b9e --- /dev/null +++ b/README.md @@ -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