camera zoom in/out & camera panning

This commit is contained in:
Antti Hakkarainen 2023-02-07 19:21:51 +02:00
parent 24a05c557d
commit acf1ed5423
17 changed files with 774 additions and 80 deletions

View file

@ -1,6 +1,6 @@
# - "Cube Clicker 2000" where you click a spot and a cube appears there.
# - Then add different shapes or colors of cubes.
# - Then clamp their positions to be on a grid.
# OK - "Cube Clicker 2000" where you click a spot and a cube appears there.
# OK - Then add different shapes or colors of cubes.
# OK - Then clamp their positions to be on a grid.
# - Then make it so that when you add yellow cubes, yellow desire meter goes down and green meter goes up.
# - Then click a bunch of grey cubes in a row and have them automatically flatten out into flat grey cubes (roads).
# - Then click and drag to draw the lines of grey cubes.