Skip to content

Commit

Permalink
Fixed example files
Browse files Browse the repository at this point in the history
  • Loading branch information
delas committed Nov 8, 2023
1 parent 1f61d7e commit 90f0103
Show file tree
Hide file tree
Showing 13 changed files with 37 additions and 26 deletions.
49 changes: 37 additions & 12 deletions examples/example1.json
Original file line number Diff line number Diff line change
@@ -1,14 +1,39 @@
{
"activities":
[
{"pictogram":"examples\\example1\\entrance.png", "label":"entrance", "x":640,"y":60},
{"pictogram":"examples\\example1\\living.png", "label":"living", "x":708,"y":500},
{"pictogram":"examples\\example1\\bed.png", "label":"bedroom", "x":36,"y":430},
{"pictogram":"examples\\example1\\bathroom.png", "label":"bathroom", "x":35,"y":70},
{"pictogram":"examples\\example1\\kitchen.png", "label":"kitchen", "x":775,"y":72}
],
"backdrop":{
"picture":"examples\\example1\\backdrop.png"
"backdrop": {
"pictogram": "https://raw.githubusercontent.com/delas/tiramisu/master/examples/example1/backdrop.png",
"width": 800,
"height": 508
},
"arrowColor": "#000000"
}
"actions": {
"entrance": {
"pictogram":"https://raw.githubusercontent.com/delas/tiramisu/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"
},
"living": {
"pictogram":"https://raw.githubusercontent.com/delas/tiramisu/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"
},
"bedroom": {
"pictogram":"https://raw.githubusercontent.com/delas/tiramisu/master/examples/example1/bedroom.png",
"x":535, "y":338,
"w":253, "h":158,
"info": "https://raw.githubusercontent.com/delas/tiramisu-web/master/examples/example1/bedroom.html"
},
"bathroom": {
"pictogram":"https://raw.githubusercontent.com/delas/tiramisu/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"
},
"kitchen": {
"pictogram":"https://raw.githubusercontent.com/delas/tiramisu/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"
}
}
}
Binary file modified examples/example1/backdrop.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified examples/example1/bathroom.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
File renamed without changes
Binary file modified examples/example1/entrance.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified examples/example1/kitchen.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified examples/example1/living.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
14 changes: 0 additions & 14 deletions examples/example2.json

This file was deleted.

Binary file removed examples/example2/backdrop.png
Binary file not shown.
Binary file removed examples/example2/bathroom.png
Binary file not shown.
Binary file removed examples/example2/entrance.png
Binary file not shown.
Binary file removed examples/example2/kitchen.png
Binary file not shown.
Binary file removed examples/example2/living.png
Binary file not shown.

0 comments on commit 90f0103

Please sign in to comment.