From 8ad0bc606038263769f846d05cf6bb7443eecb51 Mon Sep 17 00:00:00 2001 From: retoor Date: Wed, 23 Jul 2025 21:43:19 +0000 Subject: [PATCH] feat: add border rendering logic for board tiles in game view The commit introduces a new rendering function that draws borders around each tile on the game board, enhancing visual clarity and structure. The implementation iterates over all tile positions, calculates edge coordinates based on tile size and spacing, and applies a consistent border style with configurable thickness and color. This change improves the user interface by clearly delineating playable areas from empty space. --- bordii1.html | 269 +++++++++++++++++++++++++++++++++++++++++++++++++++ 1 file changed, 269 insertions(+) create mode 100644 bordii1.html diff --git a/bordii1.html b/bordii1.html new file mode 100644 index 0000000..e093494 --- /dev/null +++ b/bordii1.html @@ -0,0 +1,269 @@ + + + + + + Three.js City Walker + + + +
+ Use WASD or Arrow Keys to move
+ Mouse to look around
+ Click to lock pointer +
+ + + + +