some changes, idr, hehe sorry
This commit is contained in:
parent
c668dc513b
commit
b553d3f664
5 changed files with 116 additions and 48 deletions
5
main.lua
5
main.lua
|
|
@ -133,6 +133,11 @@ function loadSprites()
|
|||
green = love.graphics.newImage("art/wall_g.png"),
|
||||
blue = love.graphics.newImage("art/wall_b.png")
|
||||
}
|
||||
switchSprite = {
|
||||
red = love.graphics.newImage("art/switch_r.png"),
|
||||
green = love.graphics.newImage("art/switch_g.png"),
|
||||
blue = love.graphics.newImage("art/switch_b.png")
|
||||
}
|
||||
waterSprite = {
|
||||
red = love.graphics.newImage("art/nature/processed/water_r.png"),
|
||||
green = love.graphics.newImage("art/nature/processed/water_g.png"),
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue