This website requires JavaScript.
Explore
Help
Sign In
scambier
/
pico8-0hh1
Watch
1
Star
0
Fork
0
You've already forked pico8-0hh1
Code
Issues
Pull Requests
Packages
Projects
Releases
Wiki
Activity
84a05355d9
pico8-0hh1
/
tile.lua
7 lines
78 B
Lua
Raw
Normal View
History
Unescape
Escape
Commit before breaking stuff
2023-02-23 18:33:19 +01:00
local
Tile
=
{
}
function
Tile
.
new
(
color
)
Code formatting
2023-10-07 19:12:53 +02:00
return
{
color
=
color
}
end
Reference in New Issue
Copy Permalink