1
0
mirror of https://github.com/luanti-org/luanti.git synced 2025-10-17 10:25:21 +02:00

Add performance test nodes, using complex meshes. (#13161)

This commit is contained in:
doxygen-spammer
2023-07-30 15:53:08 +02:00
committed by GitHub
parent cc8280426f
commit 9f25378ddd
8 changed files with 4149 additions and 0 deletions

View File

@@ -4,6 +4,7 @@ dofile(path.."/drawtypes.lua")
dofile(path.."/meshes.lua")
dofile(path.."/nodeboxes.lua")
dofile(path.."/param2.lua")
dofile(path.."/performance_test_nodes.lua")
dofile(path.."/properties.lua")
dofile(path.."/liquids.lua")
dofile(path.."/light.lua")