From eab47305629d96d19626e10b649ba4247d1f55f5 Mon Sep 17 00:00:00 2001
From: miepzerino <o.skotnik@gmail.com>
Date: Sat, 23 Dec 2023 21:20:31 +0000
Subject: [PATCH] Added loading screen, moved tilemap generation to coroutine

---
 TODOs |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

diff --git a/TODOs b/TODOs
index 830c199..b99e873 100644
--- a/TODOs
+++ b/TODOs
@@ -12,11 +12,11 @@
 
 
  NEXT
-  Move player to drill tile
   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)
 

--
Gitblit v1.9.3