X-Git-Url: https://git.bts.cx/p8-perfgraph.git/blobdiff_plain/f0474005338b4400393bdacf8198e77515f2252d..b1218829b31952667ccf3e52b27fe09cc384a373:/README.md?ds=inline diff --git a/README.md b/README.md index c978e30..d74eee7 100644 --- a/README.md +++ b/README.md @@ -16,6 +16,7 @@ Full example: ::l:: +p_start("frame") p_start("complicated 1") for i=0,100 do circfill(rnd()*128,rnd()*128,rnd()*100,rnd()*16) @@ -27,11 +28,14 @@ for i=0,100 do circ(rnd()*128,rnd()*128,rnd()*100,rnd()*16) end p_end("complicated 2") +p_end("frame") p_show(1,1,32) flip() +goto l + ``` Have fun. You can find a demo in perfgraphdemo.p8 in this repo. If you like this then feel free to follow me on Twitter: [@btsherratt](http://twitter.com/btsherratt/).