mirror of
https://github.com/D00Med/scifi_nodes.git
synced 2025-06-30 15:10:46 +02:00
improve octagon glass pane slope / refactor node- and selectionbox code
This commit is contained in:
@ -16,8 +16,8 @@ function scifi_nodes.register_slope(name, desc, texture, light, soundtype)
|
||||
drawtype = "mesh",
|
||||
mesh = "scifi_nodes_slope.obj",
|
||||
tiles = texture,
|
||||
selection_box = scifi_nodes.slope_selection_box,
|
||||
collision_box = scifi_nodes.slope_collision_box,
|
||||
selection_box = scifi_nodes.slope_box,
|
||||
collision_box = scifi_nodes.slope_box,
|
||||
paramtype = "light",
|
||||
paramtype2 = "facedir",
|
||||
use_texture_alpha = "clip",
|
||||
|
Reference in New Issue
Block a user