186659
--title: game_battle_art.png
--author: SRB2er
-- desc: short description
-- site: website link
-- license: MIT License (change this to your license of choice)
-- version: 0.1
-- script: lua
function TIC()
art=true
if art==true then
print("smol piece of art", 8, 8, 6)
end
end