miepzerino
2023-12-23 74dd3727f62603f64958790f9e588d47c8f000ff
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
BUG
 minimal movement when standing still and pressing down
 soundmanager awake after scene change (switch from game to menu)
FIX
 prefabs
 soundnames enum to string... (enums don't really work and will be a headache in the future)
 
TODOs
 Create new scene for general managers
 Encrypt Savefile
 Overhaul scene fade in/out (kinda same as soundmanger)
 
 
 NEXT
  Animate drilling
  Add borders to map
  Add background to map
  Generate Tilemap in GameManger with loading screen?
  Tilemap seed
  Save/Load tilemaps
    maybe save all deleted tiles in an array and destroy them on load? (maybe better than saving all tiles in savefile)