1
0
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:
BuckarooBanzay
2025-01-04 19:50:33 +01:00
parent 36b0c5cc05
commit 62037ad60a
5 changed files with 61 additions and 35 deletions

View File

@ -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",