![]() |
||
---|---|---|
ball | ||
blocks | ||
empty_level | ||
levels | ||
paddle | ||
screens | ||
tools | ||
.gitignore | ||
README.md | ||
default_env.tres | ||
export_presets.cfg | ||
icon.png | ||
icon.png.import | ||
main.gd | ||
main.tscn | ||
project.godot | ||
splash.png | ||
splash.png.import |
README.md
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
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