aboutsummaryrefslogtreecommitdiff
path: root/content/posts/2022-10-11-handling-massive-worlds-in-godot.md
diff options
context:
space:
mode:
authorMitja Felicijan <mitja.felicijan@gmail.com>2023-01-26 11:36:44 +0100
committerMitja Felicijan <mitja.felicijan@gmail.com>2023-01-26 11:36:44 +0100
commitd95fc5ca9e6a9c28894514b77e77b6b0eb58fbe9 (patch)
tree7a4280e072382c09ac76b9da4e7b82f4170699db /content/posts/2022-10-11-handling-massive-worlds-in-godot.md
parentc67c1800f22e66b7f11c904ff8fdee6947f91c07 (diff)
downloadmitjafelicijan.com-d95fc5ca9e6a9c28894514b77e77b6b0eb58fbe9.tar.gz
A bunch of theme changes and removal of Cactus comments
Diffstat (limited to 'content/posts/2022-10-11-handling-massive-worlds-in-godot.md')
-rwxr-xr-xcontent/posts/2022-10-11-handling-massive-worlds-in-godot.md5
1 files changed, 0 insertions, 5 deletions
diff --git a/content/posts/2022-10-11-handling-massive-worlds-in-godot.md b/content/posts/2022-10-11-handling-massive-worlds-in-godot.md
index ed917c2..0fa30e8 100755
--- a/content/posts/2022-10-11-handling-massive-worlds-in-godot.md
+++ b/content/posts/2022-10-11-handling-massive-worlds-in-godot.md
@@ -5,11 +5,6 @@ date: 2022-10-11
5draft: true 5draft: true
6--- 6---
7 7
8**Table of contents**
9
101. [Handling lazy loading in 2D world](#handling-lazy-loading-in-2d-world)
11 1. [Player movement](#player-movement)
12
13Because these examples are exported from **Godot to WebAssembly** and the packaging produces **large files**, you will need to **click to lazy load them** 8Because these examples are exported from **Godot to WebAssembly** and the packaging produces **large files**, you will need to **click to lazy load them**
14 9
15I have seen a couple of examples on the net, but never really a comprehensive guide how this would be achieved. My solution is nowhere perfect, but it will get you started. This code is also not optimized, so buyer beware. 10I have seen a couple of examples on the net, but never really a comprehensive guide how this would be achieved. My solution is nowhere perfect, but it will get you started. This code is also not optimized, so buyer beware.