Skip to content

RemySd/background-pico8

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

12 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

background-pico8

A cart with multiple fun background

alt text

This is a quick example to include the snow background in your pico cart. All backgrounds follow this example

#include bg1.lua

function _init()
  snowBg = initSnowBg()
end

function _update()
  runSnowBg(snowBg)
end

function _draw()
	cls()
  drawSnowBg(snowBg)
end

About

A cart with multiple fun background

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages