Stool and table tweaks, adjusted tables on the map.

This commit is contained in:
Zuhayr
2015-05-17 13:37:51 +09:30
parent 2714e458b3
commit a540e97e1b
5 changed files with 125 additions and 110 deletions

View File

@@ -7,6 +7,20 @@
material = get_material_by_name(DEFAULT_WALL_MATERIAL)
..()
plastic
icon_state = "plain_preview"
color = "#EEEEEE"
New()
material = get_material_by_name("plastic")
..()
marble
icon_state = "stone_preview"
color = "#CCCCCC"
New()
material = get_material_by_name("marble")
..()
reinforced
icon_state = "reinf_preview"
color = "#666666"