File size: 819 Bytes
4523cad | 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 | # fixtures using primitive geoms
cabinet:
default: light_gray
cab_top: [full_window_clear, light_gray]
cab_top_small: [full_window_clear, light_gray]
shelves: dark_wood_planks_shelves
counter:
default: gray_base_marble_top_2
island: white_base_marble_island
floor: dark_wood
wall: diamond_white_tiles
# fixtures using models
sink: 1_bin_storage_right_dark
stove: square_gas
microwave: gray
oven: gorenje_dark
stovetop: sleek_silver_top_gas
hood: pack_1
fridge: pack_1
dishwasher: pack_1
# need to implement a system for swapping these out
accessory: default
coffee_machine: delonghi_espresso_2
toaster: basic_popup_2
knife_block: light_wood_3
paper_towel: holder_4
stool: stool_1_2
utensil_rack: metal
utensil_holder: holder_3
wall_accessory: default
box: default
window: default
framed_window: default
|