Added a dummy sheet for sprite components default value.

This commit is contained in:
Ulysse Cura 2026-07-30 18:01:48 +02:00
parent cf366ee21a
commit 0092f9cbe3
4 changed files with 27 additions and 0 deletions

26
TODO.md Normal file
View File

@ -0,0 +1,26 @@
# What to do for the 2D Engine
### Todo
- [ ] Create tilemap management and display
- [ ] Find tilemap building format
- [ ] Add building support for tilemaps in asset builder
- [ ] Add loading support in asset manager
- [ ] Display tilemaps
- [ ] Work on optimizations !
- [ ] Create camera
- [ ] Create entities management
- [ ] Find entities building format
- [ ] Add building support for entities in asset builder
- [ ] Add loading support in asset manager
- [ ] Change the way default values are defined across components and systems
- [ ] Remove the need of a dummy texture
### In progress
### Done
- [x] Work on linked lists optimizations

View File

@ -1,4 +1,5 @@
ASSETS := \ ASSETS := \
misc/dummy_sheet.png \
player_sheets/player_idle_sheet.png \ player_sheets/player_idle_sheet.png \
player_sheets/player_walk_sheet.png \ player_sheets/player_walk_sheet.png \
player_sheets/player_run_sheet.png\ player_sheets/player_run_sheet.png\

BIN
assets/misc/dummy_sheet.png Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 143 B

Binary file not shown.

Before

Width:  |  Height:  |  Size: 1.2 KiB

After

Width:  |  Height:  |  Size: 1.3 KiB