Subversion Repositories vaca_plus

Compare Revisions

Regard whitespace Rev 58 → Rev 59

/vacation/8bit.def
50,10 → 50,10
tilefromtexture 2550 { file "vacation/8bit/2550.png" xoffset 1 yoffset 25 }
 
// Lava Voodoo Ring
tilefromtexture 2554 { file "vacation/8bit/2554.png" yoffset 10 }
tilefromtexture 2554 { file "vacation/8bit/2554.png" xoffset -8 yoffset 3 } // yoffset 10
tilefromtexture 2555 { file "vacation/8bit/2555.png" yoffset 10 }
// Voodoo Ring
tilefromtexture 2556 { file "vacation/8bit/2556.png" yoffset 10 }
tilefromtexture 2556 { file "vacation/8bit/2556.png" xoffset -8 yoffset 3 } // yoffset 10
tilefromtexture 2557 { file "vacation/8bit/2557.png" yoffset 10 }
 
// Keycard Hand
/vacation/8bit/2554.png
Cannot display: file marked as a binary type.
svn:mime-type = application/octet-stream
/vacation/8bit/2556.png
Cannot display: file marked as a binary type.
svn:mime-type = application/octet-stream
/vaca_plus/Caribbean.bat
145,11 → 145,11
if "%debug%"=="1" set exe=%exename%.debug
 
if exist %exe%.bat (
if "%debug%"=="1" echo DEBUG: Final Command Line: call %exe%.bat %args%
call %exe%.bat %args%
if "%debug%"=="1" echo DEBUG: Final Command Line: call %exe%.bat %args%
) else (
if "%debug%"=="1" echo DEBUG: Final Command Line: start %exe%.exe %args%
start %exe%.exe %args%
if "%debug%"=="1" echo DEBUG: Final Command Line: start %exe%.exe %args%
)
 
set svnpath=0