sam
2023-11-24 10:21:12 +01:00
4 changed files with 5 additions and 2 deletions

View File

@@ -11,4 +11,5 @@ nav:
- User stories: "brainstorm/user stories"
- Mindmap: brainstorm/mindmap
- Game idee: "brainstorm/game idee"
- Taskflow en wireflow: "brainstorm/task flow"
- Taskflow en wireflow: "brainstorm/task flow"
- Storyboard: "brainstorm/storyboard"

BIN
docs/assets/Storyboard.png Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 581 KiB

View File

@@ -0,0 +1,2 @@
# Storyboard
![Alt text](../assets/Storyboard.png)

View File

@@ -2,7 +2,7 @@
// the function setup() is called once when the page is loaded
function setup(){
// create a canvas element and append it to the body
createCanvas(1200, 1000);
createCanvas(1250, 600);
// disable the outline of shapes
noStroke();