feat: Update colors and add texture effects for floor, ceiling, and wall shaders

This commit is contained in:
2026-01-05 20:58:42 +00:00
parent 3395572e90
commit 843aef30fa
7 changed files with 48 additions and 6 deletions

View File

@@ -576,9 +576,9 @@ local function create_room_objects()
local wall_outer_edge = wall_offset + room.wall_thickness
log_debug("Room walls: inner=%.2f outer=%.2f", wall_inner_edge, wall_outer_edge)
local floor_color = {0.08, 0.26, 0.55}
local wall_color = {0.78, 0.38, 0.18}
local ceiling_color = {0.72, 0.9, 0.96}
local floor_color = {0.18, 0.45, 0.25}
local wall_color = {0.75, 0.35, 0.2}
local ceiling_color = {0.85, 0.85, 0.76}
local objects = {
create_static_cube({0.0, floor_center_y, 0.0},