mirror of
				https://github.com/D00Med/scifi_nodes.git
				synced 2025-11-04 07:45:30 +01:00 
			
		
		
		
	fix nodeboxes of double- and offset pane
This commit is contained in:
		@@ -44,7 +44,7 @@ local function register(basename, description, texture)
 | 
			
		||||
    is_ground_content = false,
 | 
			
		||||
    node_box = {
 | 
			
		||||
      type = "fixed",
 | 
			
		||||
      fixed = {{-0.5, -0.5, 0, 0.5, 1.5, 0}},
 | 
			
		||||
      fixed = {{-0.5, -0.5, -0.03125, 0.5, 1.5, 0.03125}},
 | 
			
		||||
    },
 | 
			
		||||
    selection_box = {
 | 
			
		||||
      type = "fixed",
 | 
			
		||||
@@ -69,7 +69,7 @@ local function register(basename, description, texture)
 | 
			
		||||
    is_ground_content = false,
 | 
			
		||||
    node_box = {
 | 
			
		||||
      type = "fixed",
 | 
			
		||||
      fixed = {{-0.5, -0.5, 1, 0.5, 0.5, 1}},
 | 
			
		||||
      fixed = {{-0.5, -0.5, 0.96875, 0.5, 0.5, 1.03125}},
 | 
			
		||||
    },
 | 
			
		||||
    selection_box = {
 | 
			
		||||
      type = "fixed",
 | 
			
		||||
 
 | 
			
		||||
		Reference in New Issue
	
	Block a user