From 67499f012f5fb58cbfd17cbffb1e9ed5a4817286 Mon Sep 17 00:00:00 2001 From: andrewgryan Date: Sat, 25 May 2024 14:26:04 +0100 Subject: [PATCH] Update van.md --- docs/content/articles/van.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/docs/content/articles/van.md b/docs/content/articles/van.md index 4295f5d..3d5b108 100644 --- a/docs/content/articles/van.md +++ b/docs/content/articles/van.md @@ -28,6 +28,8 @@ window requestAnimationFrame(gameLoop) The game loop is responsible updating the game state and calling the render method to display the latest game state. +In our game re-renders of state are handled by VanJS and LeafletHTML. + ### Entities No modern game engine would be complete without a concept of entities.