more accurate block test types
All checks were successful
studiorailgun/Renderer/pipeline/head This commit looks good

This commit is contained in:
austin 2025-03-27 17:14:21 -04:00
parent 83185bb8ce
commit ccde488b23
2 changed files with 4 additions and 3 deletions

View File

@ -7,12 +7,12 @@
{ {
"id" : 1, "id" : 1,
"name" : "brick", "name" : "brick",
"texture" : "/Textures/Ground/Dirt2_256.png" "texture" : "/Textures/Ground/tileableSlabstone.png"
}, },
{ {
"id" : 2, "id" : 2,
"name" : "grass", "name" : "wood",
"texture" : "/Textures/Ground/GrassTileable256.png" "texture" : "/Textures/wooden.png"
} }
] ]
} }

View File

@ -1341,6 +1341,7 @@ Increase sim range to fight game object pop-in
Filter select-able saves on singleplayer screen to full game saves Filter select-able saves on singleplayer screen to full game saves
Increase number of invalid openAL IDs Increase number of invalid openAL IDs
Fix audio engine not cleaning up audio sources Fix audio engine not cleaning up audio sources
More accurate block test types