20220706 - Arbres, joueur animé, utilisation de keydown au lieu de getkey, préparation des physics.

This commit is contained in:
mibi88 2022-07-06 19:40:06 +02:00
parent 77ff67296c
commit e71e75889f
1 changed files with 5 additions and 0 deletions

View File

@ -19,6 +19,11 @@ set(ASSETS_fx
assets-fx/tiles/blocks/stone.png
assets-fx/tiles/blocks/coal.png
assets-fx/tiles/blocks/steel.png
assets-fx/tiles/blocks/wood.png
assets-fx/player/skin1/player0.png
assets-fx/player/skin1/player1.png
assets-fx/player/skin1/player2.png
assets-fx/player/skin1/player3.png
# ...
)