From 014077c89bb3c50718d56430f387109ad43508b6 Mon Sep 17 00:00:00 2001 From: quou Date: Mon, 13 Jan 2025 20:56:13 +1100 Subject: basic picking and debug rendering --- configure.lua | 9 +++++---- 1 file changed, 5 insertions(+), 4 deletions(-) (limited to 'configure.lua') diff --git a/configure.lua b/configure.lua index 0509346..2c5672b 100644 --- a/configure.lua +++ b/configure.lua @@ -35,12 +35,13 @@ config = { "convmaterial" }, shaders = { - "triangle", - "ui", + "debug", + "mip_spec", + "sky", "surface", "surface_depthonly", - "sky", - "mip_spec" + "triangle", + "ui", }, materials = { "bricks", -- cgit v1.2.3-54-g00ecf