소스 검색

Brand new icon, changed addin infos and added two gitingore rules

Eiyeron Fulmincendii 11 년 전
부모
커밋
ff809c68ca
5개의 변경된 파일13개의 추가작업 그리고 9개의 파일을 삭제
  1. 4 0
      .gitignore
  2. 4 4
      AddinInfo.txt
  3. 2 2
      FXSH_Build.bat
  4. BIN
      MainIcon.bmp
  5. 3 3
      hexagon.g1w

+ 4 - 0
.gitignore

@@ -25,3 +25,7 @@ SDCard
 *.bat
 *.bat
 *.dlw
 *.dlw
 *.dlr
 *.dlr
+
+#Sublime Text
+*.sublime-project
+*.sublime-workspace

+ 4 - 4
AddinInfo.txt

@@ -1,11 +1,11 @@
 //------------------------------------------------------------------
 //------------------------------------------------------------------
 // Addin-Application header control file, created with the CASIO SDK
 // Addin-Application header control file, created with the CASIO SDK
 //------------------------------------------------------------------
 //------------------------------------------------------------------
-[OUTPUT]     : "HEXAGON.G1A"
+[OUTPUT]     : "SHEXAGON.G1A"
 [BINDATA]    : "FXADDINror.bin"
 [BINDATA]    : "FXADDINror.bin"
-[DISPNAME]   : "hexagon"
-[APPNAME]    : "@HEXAGON"
-[VERSION]    : "01.00.0000"
+[DISPNAME]   : "SHexagon"
+[APPNAME]    : "@SHEXAGO"
+[VERSION]    : "00.07.0000"
 [APL_ICON]   : "MainIcon.bmp"
 [APL_ICON]   : "MainIcon.bmp"
 [MODULE_NUM] : 0
 [MODULE_NUM] : 0
 [MOD1_TITLE] : "hexagon"
 [MOD1_TITLE] : "hexagon"

+ 2 - 2
FXSH_Build.bat

@@ -2,7 +2,7 @@
 rem Do not edit! This batch file is created by CASIO fx-9860G SDK.
 rem Do not edit! This batch file is created by CASIO fx-9860G SDK.
 
 
 
 
-if exist HEXAGON.G1A  del HEXAGON.G1A
+if exist SHEXAGON.G1A  del SHEXAGON.G1A
 
 
 cd debug
 cd debug
 if exist FXADDINror.bin  del FXADDINror.bin
 if exist FXADDINror.bin  del FXADDINror.bin
@@ -11,7 +11,7 @@ cd ..
 if not exist debug\FXADDINror.bin  goto error
 if not exist debug\FXADDINror.bin  goto error
 
 
 "C:\CASIO\fx-9860G_SDK\Tools\MakeAddinHeader363.exe" "C:\users\eiyeron\My Documents\Programming\Casio\Super-Hexagon-Casio"
 "C:\CASIO\fx-9860G_SDK\Tools\MakeAddinHeader363.exe" "C:\users\eiyeron\My Documents\Programming\Casio\Super-Hexagon-Casio"
-if not exist HEXAGON.G1A  goto error
+if not exist SHEXAGON.G1A  goto error
 echo Build has completed.
 echo Build has completed.
 goto end
 goto end
 
 

BIN
MainIcon.bmp


+ 3 - 3
hexagon.g1w

@@ -1,13 +1,13 @@
 [DLSimProject]
 [DLSimProject]
-Name=hexagon
-Version=1.00.0000
+Name=SHexagon
+Version=00.07.0000
 Model=:fx-9860G.dlm
 Model=:fx-9860G.dlm
 SourcePath=SRC
 SourcePath=SRC
 MemoryPath=INIT
 MemoryPath=INIT
 MemCardPath=SDCard
 MemCardPath=SDCard
 
 
 [Program1]
 [Program1]
-Program=hexagon.G1A
+Program=SHexagon.G1A
 Debug=Debug\FXADDINror.dbg
 Debug=Debug\FXADDINror.dbg
 LoadAddress=80000000:90100000
 LoadAddress=80000000:90100000