Create a slideshow application in my cyberpunk style #252

Open
savanni wants to merge 10 commits from cybperpunk-billboard into main
2 changed files with 2 additions and 2 deletions
Showing only changes of commit 6e26740a40 - Show all commits

View File

@ -191,7 +191,7 @@ impl CyberScreenState {
(old, step) (old, step)
} }
Position::Bottom => { Position::Bottom => {
let old = self.middle.replace(step.clone()); let old = self.bottom.replace(step.clone());
(old, step) (old, step)
} }
}; };

View File

@ -11,7 +11,7 @@
nanos: 0 nanos: 0
- text: Science is our Magic. - text: Science is our Magic.
position: middle position: bottom
transition: transition:
secs: 1 secs: 1
nanos: 0 nanos: 0