1
0
Fork 0
mirror of https://github.com/luanti-org/luanti.git synced 2025-09-15 18:57:08 +00: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
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
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")