Skip to content

Commit

Permalink
Update graphics.json
Browse files Browse the repository at this point in the history
  • Loading branch information
scrapSavage authored Mar 30, 2024
1 parent c3a481a commit 472396f
Showing 1 changed file with 1 addition and 41 deletions.
42 changes: 1 addition & 41 deletions topics/graphics.json
Original file line number Diff line number Diff line change
@@ -1,41 +1 @@
{
"metadata" : {
"page_title" : "Graphics",
"version" : "0.2",
"authors" : [
"scrapSavage",
"thacuber2a03"
]
},
"elements" : [
{
"type" : "label",
"text" : "Here are our current documents:"
},
{
"type": "wiki_ref",
"ref": "graphics/circ",
"text": "circ()"
},
{
"type" : "wiki_ref",
"ref" : "graphics/rect",
"text" : "rect()"
},
{
"type" : "wiki_ref",
"ref" : "graphics/line",
"text" : "line()"
},
{
"type" : "wiki_ref",
"ref" : "graphics/spr",
"text" : "spr()"
},
{
"type" : "wiki_ref",
"ref" : "graphics/spr",
"text" : "spr()"
}
]
}
{"elements":[{"text":"Here are our current documents:","type":"label"},{"text":"circ()","type":"wiki_ref","ref":"graphics/circ"},{"text":"rect()","type":"wiki_ref","ref":"graphics/rect"},{"text":"line()","type":"wiki_ref","ref":"graphics/line"},{"text":"spr()","type":"wiki_ref","ref":"graphics/spr"},{"text":"sspr()","type":"wiki_ref","ref":"graphics/sspr"}],"metadata":{"version":"0.2","page_title":"Graphics","authors":["scrapSavage","thacuber2a03"]}}

0 comments on commit 472396f

Please sign in to comment.