Home
last modified time | relevance | path

Searched refs:row_offset (Results 1 – 1 of 1) sorted by relevance

/StarryEngine/starry_applications/src/asset_manager/code/
H A Dmod.rs96 let row_offset: i32 = match char { in init_grid() localVariable
120 if row_offset == 0 && col_offset == 0 { in init_grid()
123 let mut nxt_row = grid.focused_id.get().unwrap().0 as i32 + row_offset; in init_grid()
142 nxt_row += row_offset; in init_grid()