Skip to content

Commit

Permalink
updaes
Browse files Browse the repository at this point in the history
  • Loading branch information
flokleiser committed Feb 10, 2024
1 parent c9c9bf6 commit 0e1b5b0
Show file tree
Hide file tree
Showing 3 changed files with 22 additions and 4 deletions.
17 changes: 17 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -63,6 +63,23 @@ ___
- [x] Figure out when title
- [ ] Center canvas

- [x] Rain 
- [x] Loop rain
- [x] Loop clouds

- [ ] Day
- [ ] Loop birds
- [ ] Loop airplanes

- [ ] Evening
- [x] Loop Smoke chimneys
- [ ]

- [ ] Night
- [ ] Occasionally turn on borealis
- [ ] Better night airplanes
- [ ] Loop night airplanes

### Ideas/Brainstorming

<br/>
Expand Down
6 changes: 3 additions & 3 deletions effects/title.js
Original file line number Diff line number Diff line change
Expand Up @@ -4,9 +4,9 @@ var ctxTitle = canvasTitle.getContext('2d')
var canvasTitleFront = document.getElementById('canvasTitleFront')
var ctxTitleFront = canvasTitleFront.getContext('2d')

// var titleActive = true;
// var titleActive = false;
var titleActive= true;
// var titleActive= true;
var titleActive= false;

var titleToggled= false;

canvasTitle.width = 1000
Expand Down
3 changes: 2 additions & 1 deletion style.css
Original file line number Diff line number Diff line change
Expand Up @@ -109,7 +109,8 @@
mask-mode: alpha;
mask-size: cover;
mask-repeat: no-repeat;
mask-image: url(images/title\ mask2.png);
/* mask-image: url(images/title\ mask2.png); */
mask-image: url(images/title\ mask.png);
overflow: hidden;
}

Expand Down

0 comments on commit 0e1b5b0

Please sign in to comment.