Merge branch 'main' of https://gitlab.fdmci.hva.nl/propedeuse-hbo-ict/onderwijs/2023-2024/out-a-se-ti/blok-2/cuujooceevii61
This commit is contained in:
@@ -11,4 +11,5 @@ nav:
|
|||||||
- User stories: "brainstorm/user stories"
|
- User stories: "brainstorm/user stories"
|
||||||
- Mindmap: brainstorm/mindmap
|
- Mindmap: brainstorm/mindmap
|
||||||
- Game idee: "brainstorm/game idee"
|
- 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
BIN
docs/assets/Storyboard.png
Normal file
Binary file not shown.
After Width: | Height: | Size: 581 KiB |
2
docs/brainstorm/storyboard.md
Normal file
2
docs/brainstorm/storyboard.md
Normal file
@@ -0,0 +1,2 @@
|
|||||||
|
# Storyboard
|
||||||
|

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