smileyface12349 / warwick-game-jam-2023

The Great Warwick Game Jam is a 2-week long game jam ran by the Department of Computer Science at the University of Warwick.
GNU General Public License v3.0
4 stars 0 forks source link

Fast-Forward Icon #30

Closed smileyface12349 closed 1 year ago

smileyface12349 commented 1 year ago

When fast-forwarding mode is enabled, display an icon on the screen. This should be on the UI element that I will make when implementing points, so leave this until I've made the UI for points.

smileyface12349 commented 1 year ago

UI has been made so very easy to make this.

(I am happy to do it if other people don't want to, it only involves putting in a sprite into the UI canvas and making it hide when fast-forward is disabled)

LeilaDavis commented 1 year ago

for some reason I'm not sure how it should be positioned on the canvas - I made the icon though and put it in the tutorial scene

LeilaDavis commented 1 year ago

Positioned it, but unsure why it is hidden by default.

smileyface12349 commented 1 year ago

All done