Added a dummy sheet for sprite components default value.
This commit is contained in:
parent
cf366ee21a
commit
0092f9cbe3
|
|
@ -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
|
||||||
|
|
@ -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\
|
||||||
|
|
|
||||||
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 |
Loading…
Reference in New Issue