mirror of
https://github.com/curioustorvald/Terrarum.git
synced 2026-06-14 04:24:05 +09:00
shaders moved to subdir; console click on the actor to type its id in
This commit is contained in:
@@ -85,7 +85,7 @@ internal object BlocksDrawer {
|
||||
|
||||
|
||||
private lateinit var tilesQuad: Mesh
|
||||
private val shader = App.loadShaderFromFile("assets/4096.vert", "assets/tiling_dither.frag")
|
||||
private val shader = App.loadShaderFromFile("assets/shaders/4096.vert", "assets/shaders/tiling_dither.frag")
|
||||
|
||||
init {
|
||||
|
||||
|
||||
Reference in New Issue
Block a user