Skip to content

Commit

Permalink
Update example1.json
Browse files Browse the repository at this point in the history
  • Loading branch information
delas committed Mar 12, 2024
1 parent d03cd05 commit 1e9ff85
Showing 1 changed file with 12 additions and 12 deletions.
24 changes: 12 additions & 12 deletions examples/example1.json
Original file line number Diff line number Diff line change
@@ -1,39 +1,39 @@
{
"backdrop": {
"pictogram": "https://raw.githubusercontent.com/delas/tiramisu-web/master/examples/example1/backdrop.png",
"pictogram": "https://raw.githubusercontent.com/tiramisuframework/healthcare/master/examples/example1/backdrop.png",
"width": 800,
"height": 508
},
"actions": {
"entrance": {
"pictogram":"https://raw.githubusercontent.com/delas/tiramisu-web/master/examples/example1/entrance.png",
"pictogram":"https://raw.githubusercontent.com/tiramisuframework/healthcare/master/examples/example1/entrance.png",
"x":732, "y":228,
"w": 64, "h": 63,
"info": "https://raw.githubusercontent.com/delas/tiramisu-web/master/examples/example1/entrance.html"
"info": "https://raw.githubusercontent.com/tiramisuframework/healthcare/master/examples/example1/entrance.html"
},
"living": {
"pictogram":"https://raw.githubusercontent.com/delas/tiramisu-web/master/examples/example1/living.png",
"pictogram":"https://raw.githubusercontent.com/tiramisuframework/healthcare/master/examples/example1/living.png",
"x":181, "y":305,
"w":346, "h":190,
"info": "https://raw.githubusercontent.com/delas/tiramisu-web/master/examples/example1/living.html"
"info": "https://raw.githubusercontent.com/tiramisuframework/healthcare/master/examples/example1/living.html"
},
"bedroom": {
"pictogram":"https://raw.githubusercontent.com/delas/tiramisu-web/master/examples/example1/bedroom.png",
"pictogram":"https://raw.githubusercontent.com/tiramisuframework/healthcare/master/examples/example1/bedroom.png",
"x":535, "y":338,
"w":253, "h":158,
"info": "https://raw.githubusercontent.com/delas/tiramisu-web/master/examples/example1/bed.html"
"info": "https://raw.githubusercontent.com/tiramisuframework/healthcare/master/examples/example1/bed.html"
},
"bathroom": {
"pictogram":"https://raw.githubusercontent.com/delas/tiramisu-web/master/examples/example1/bathroom.png",
"pictogram":"https://raw.githubusercontent.com/tiramisuframework/healthcare/master/examples/example1/bathroom.png",
"x":549, "y":14,
"w":117, "h":192,
"info": "https://raw.githubusercontent.com/delas/tiramisu-web/master/examples/example1/bathroom.html"
"info": "https://raw.githubusercontent.com/tiramisuframework/healthcare/master/examples/example1/bathroom.html"
},
"kitchen": {
"pictogram":"https://raw.githubusercontent.com/delas/tiramisu-web/master/examples/example1/kitchen.png",
"pictogram":"https://raw.githubusercontent.com/tiramisuframework/healthcare/master/examples/example1/kitchen.png",
"x":171, "y": 14,
"w":360, "h":221,
"info": "https://raw.githubusercontent.com/delas/tiramisu-web/master/examples/example1/kitchen.html"
"info": "https://raw.githubusercontent.com/tiramisuframework/healthcare/master/examples/example1/kitchen.html"
}
}
}
}

0 comments on commit 1e9ff85

Please sign in to comment.