Skip to content

Latest commit

 

History

History
23 lines (18 loc) · 221 Bytes

SAVEFILE.md

File metadata and controls

23 lines (18 loc) · 221 Bytes

Save File

# header text
# comments
# author

___CODE___
def init
end

def draw
end

def update
end

___SPRITES___
512x128
RGBASTREAM of spritesheet which is sliced at spritesheet.width * 4

___LEVELS___
???