Skip to content

Commit

Permalink
add optional extra model
Browse files Browse the repository at this point in the history
  • Loading branch information
pmalhaire committed Nov 19, 2020
1 parent 1b499e1 commit 62adb43
Show file tree
Hide file tree
Showing 3 changed files with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions love/main.lua
Original file line number Diff line number Diff line change
Expand Up @@ -19,6 +19,7 @@ function love.load()
--get the size of the window to move the character
config.width, config.height = lg.getDimensions( )
my_character = character.newCharacter("res/sample.png",8,config.width,config.height)
-- my_character = character.newCharacter("res/vulture.jpeg",7,config.width,config.height)
end

local dir
Expand Down
Binary file modified love/res/sample.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added love/res/vulture.jpeg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.

0 comments on commit 62adb43

Please sign in to comment.