master
Mark 2024-01-12 14:34:22 -08:00
parent 9f1db1c7b6
commit c920ebefbc
Signed by: Mark
GPG Key ID: C6D63995FE72FD80
2 changed files with 3 additions and 0 deletions

View File

@ -1,3 +1,5 @@
# TODO: big objects in one config
[system."12 Autumn Above"]
object.star.sprite = "star::star"

View File

@ -38,6 +38,7 @@ fn vertex_main(
instance: InstanceInput,
) -> VertexOutput {
var out: VertexOutput;
// TODO: adjust position
out.position = vec4(vertex.position, 1.0);
out.diameter = instance.diameter;
out.stroke = instance.stroke;