comment everything out before trying out tiny-ecs
This commit is contained in:
parent
ffe9d8226d
commit
842a9899ca
5 changed files with 1194 additions and 304 deletions
12
two_player_cleaning_game/assets.fnl
Normal file
12
two_player_cleaning_game/assets.fnl
Normal file
|
|
@ -0,0 +1,12 @@
|
|||
(local assets {})
|
||||
|
||||
(love.graphics.setDefaultFilter "nearest" "nearest")
|
||||
(set assets.objects-sprite (love.graphics.newImage "assets/objects.png"))
|
||||
(set assets.walls-sprite (love.graphics.newImage "assets/walls.png"))
|
||||
(set assets.battery-bar-sprite (love.graphics.newImage "assets/battery_bar.png"))
|
||||
(set assets.player-sprite (love.graphics.newImage "assets/player.png"))
|
||||
|
||||
|
||||
{
|
||||
: assets
|
||||
}
|
||||
Loading…
Add table
Add a link
Reference in a new issue