1
0
mirror of https://github.com/D00Med/scifi_nodes.git synced 2025-06-30 15:10:46 +02:00

add pane variants of the octagon glass nodes (single, double and offset) (#41)

* add pane variants of the octagon glass nodes (single, double and offset)
* fix some indent issues
* added dark glass pane

Co-authored-by: BuckarooBanzay <BuckarooBanzay@users.noreply.github.com>
This commit is contained in:
Buckaroo Banzai
2020-07-14 07:37:51 +02:00
committed by GitHub
parent 9ad9ba33c8
commit 03d097abf8
2 changed files with 112 additions and 0 deletions

View File

@ -21,3 +21,4 @@ dofile(MP.."/palm_scanner.lua")
dofile(MP.."/digicode.lua")
dofile(MP.."/models.lua")
dofile(MP.."/crafts.lua")
dofile(MP.."/octagon_panes.lua")