форк від mtcontrib/signs_lib
		
	disable backface culling on the sign entity
(allows for transparent signs i.e. glass)
This commit is contained in:
		
							
								
								
									
										3
									
								
								api.lua
									
									
									
									
									
								
							
							
						
						
									
										3
									
								
								api.lua
									
									
									
									
									
								
							| @@ -124,7 +124,8 @@ minetest.register_entity("signs_lib:text", { | ||||
| 	visual = "mesh", | ||||
| 	mesh = "signs_lib_standard_wall_sign_entity.obj", | ||||
| 	textures = {}, | ||||
| 	static_save = false | ||||
| 	static_save = false, | ||||
| 	backface_culling = false | ||||
| }) | ||||
|  | ||||
| function signs_lib.delete_objects(pos) | ||||
|   | ||||
		Посилання в новій задачі
	
	Block a user