mirror of
https://github.com/thelbane/ConwayII.git
synced 2025-08-10 01:25:20 +00:00
Fix tabs.
This commit is contained in:
@@ -7,7 +7,7 @@
|
||||
],
|
||||
"settings":
|
||||
{
|
||||
"tab_size": 16
|
||||
"tab_size": 8
|
||||
},
|
||||
"build_systems":
|
||||
[
|
||||
|
@@ -72,8 +72,8 @@ y_bottomleft equ dataWidth*2
|
||||
y_bottom equ dataWidth*2+1
|
||||
y_bottomright equ dataWidth*2+2
|
||||
|
||||
y_copyfrom equ y_bottomright+1 ; Relative to current data pointer
|
||||
y_copyto equ dataWidth+2 ; Relative to current neighbor pointer
|
||||
y_copyfrom equ y_bottomright+1 ; Relative to current main pointer
|
||||
y_copyto equ dataWidth+2 ; Relative to current alt pointer
|
||||
|
||||
; ------------------------------------
|
||||
; Entry Point
|
||||
|
Reference in New Issue
Block a user