Simple transparency

This commit is contained in:
2026-03-13 13:16:35 -03:00
parent 0310bdaf7a
commit 96a485743f
10 changed files with 163 additions and 99 deletions
+1 -1
View File
@@ -30,7 +30,7 @@ export class RenderSystem extends System {
const dimension = entity.get(Dimension);
if (dimension) {
render_dimension(dimension /*, camera*/);
render_dimension(dimension, camera);
}
}