forked from KolibriOS/kolibrios
1) add new game 'life3'
2) small fix 'buf2d.obj' (in rev. 2358) git-svn-id: svn://kolibrios.org@2359 a494cfbc-eb01-0410-851d-a64ba20cac60
This commit is contained in:
parent
8504e7bb6d
commit
a66a87554f
@ -1291,7 +1291,7 @@ proc buf_line_h, buf_struc:dword, coord_x0:dword, coord_y0:dword, coord_x1:dword
|
||||
jl @f
|
||||
;¥á«¨ ª®®à¤¨ â x0 ¡®«ìè¥ è¨à¨ë ¡ãä¥à
|
||||
mov esi,buf2d_w
|
||||
;dec esi
|
||||
dec esi
|
||||
@@:
|
||||
cmp ebx,esi
|
||||
jg .end24 ;¥á«¨ x0 > x1 ¬®¦¥â ¢®§¨ªãâì ª®£¤ ®¡¥ ª®®à¤¨ âë x0, x1 室¨«¨áì § ®¤¨¬ ¨§ ¯à¥¤¥«®¢ ¡ãä¥à
|
||||
|
7
programs/games/life3/trunk/build_ru.bat
Normal file
7
programs/games/life3/trunk/build_ru.bat
Normal file
@ -0,0 +1,7 @@
|
||||
if not exist bin mkdir bin
|
||||
@copy *.png bin\*.png
|
||||
@fasm.exe -m 16384 life3.asm bin\life3.kex
|
||||
@kpack bin\life3.kex
|
||||
if not exist bin\buf2d.obj @fasm.exe -m 16384 ..\..\..\develop\libraries\buf2d\trunk\buf2d.asm bin\buf2d.obj
|
||||
@kpack bin\buf2d.obj
|
||||
pause
|
1818
programs/games/life3/trunk/life3.asm
Normal file
1818
programs/games/life3/trunk/life3.asm
Normal file
File diff suppressed because it is too large
Load Diff
BIN
programs/games/life3/trunk/toolbar.png
Normal file
BIN
programs/games/life3/trunk/toolbar.png
Normal file
Binary file not shown.
After Width: | Height: | Size: 3.2 KiB |
Loading…
Reference in New Issue
Block a user