Make sure cart.p8 is loaded

This commit is contained in:
MineRobber9000 2018-07-15 10:52:05 -04:00
parent 03e26ba70c
commit 91b116b417
1 changed files with 1 additions and 1 deletions

View File

@ -337,7 +337,7 @@ vec4 effect(vec4 color, Image texture, vec2 texture_coords, vec2 screen_coords)
gif=require("gif")
-- load the cart
_load(argv[1] or 'nocart.p8')
_load('cart.p8')
end
local function inside(x, y, x0, y0, w, h)