8 lines
116 B
Plaintext
8 lines
116 B
Plaintext
|
#![enable(implicit_some)]
|
||
|
|
||
|
Grid((
|
||
|
texture_width: 320,
|
||
|
texture_height: 320,
|
||
|
columns: 16,
|
||
|
rows: 16,
|
||
|
))
|