feat: ajout de la structure vertex 2D
This commit is contained in:
parent
9fe93fcf95
commit
a7ef3ac243
|
@ -24,3 +24,9 @@ adress dw 0
|
||||||
base dw 0
|
base dw 0
|
||||||
scrolling db 1
|
scrolling db 1
|
||||||
ends vgainf
|
ends vgainf
|
||||||
|
|
||||||
|
|
||||||
|
struc vertex2d
|
||||||
|
px dw ?
|
||||||
|
py dw ?
|
||||||
|
ends vertex2d
|
||||||
|
|
Loading…
Reference in New Issue