Skip to content

New game parameters

Cdhaldane edited this page Jun 18, 2021 · 5 revisions

const editpagejson = [ {

"components":{
  "shapes": {
    width: x,
    height:x,
    poistion_x: x,
    poistion_y:x,
    colour: "",
    text: "",
    textcolour: ""
  },
  "media": {
    width: x,
    height: x,
    poistion_x: x,
    poistion_y:x,
    file: "path"
  },
  "game piece": {
    width: x,
    height: x,
    poistion_x: x,
    poistion_y:x
  },
},
"rules": {
  levelbar: bool,
  pages: x,
  leveltext: "",
},
"information": {
  role: "",
  text: "",
  components: ""
},
"navigation bar": {
  messages: bool,
  alerts: bool,
  parameters: bool,
  setting: bool,
  performance: bool
}

} ]

Clone this wiki locally