mirror of
https://github.com/cellos51/balatro-gba.git
synced 2026-03-21 17:55:44 -05:00
* Introduce decimal point font
* Add png of font
* Add getting a decimal point str from int
* Move font out of utils
* Clang format
* set Readme.md as main page in docs
* Add font generator
* kind of fix font
* Fix image oddities
* Added pip install pillow to build_ci_workflow
* Added ensurepip
* Update Docker/CI for font generation
* Fix CI
* Fix CI forreal
* Another CI fix
* Fix directory name for rom
* Adjust directory
* Dummy commit for test
* Revert "Dummy commit for test"
This reverts commit b607085c13.
* dos2unix and update .gitignore
* Delete the generated font file
* Delete the generated font file
* remove dot from font
* Update include/font.h
Co-authored-by: MeirGavish <meir.gavish@gmail.com>
---------
Co-authored-by: MeirGavish <meir.gavish@gmail.com>
12 lines
260 B
YAML
12 lines
260 B
YAML
services:
|
|
gbalatro:
|
|
image: gbalatro:dev
|
|
build:
|
|
context: .
|
|
dockerfile: Dockerfile.gbalatro
|
|
working_dir: /balatro-gba
|
|
volumes:
|
|
- ./:/balatro-gba
|
|
user: "${UID-1000}:${GID-1000}"
|
|
command: ["sh", "-c", "make -j$(nproc)"]
|