commit 3f2c016db13c6f7d53cf5864583535d1b1b29040
parent f9d794fea9d29d6ce5525bb8f1f72e8e85e5b285
Author: mjkloeckner <martinjkloeckner@gmail.com>
Date: Thu, 21 Mar 2024 01:07:58 -0300
Make castle a little bit bigger
Diffstat:
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/main.js b/main.js
@@ -3,14 +3,14 @@ import { OrbitControls } from 'three/examples/jsm/controls/OrbitControls.js';
const castleW = 10;
const castleD = 10;
-const castleH = 4;
+const castleH = 5;
const gateW = 2.5;
const gateH = 3;
const gateD = 0.5;
const towerR = 1.5;
-const towerH = castleH + 2;
+const towerH = castleH + 2.5;
const towerSpireR = towerR + 0.5;
const towerSpireH = 6;