Skip to content

Commit

Permalink
new setup icon
Browse files Browse the repository at this point in the history
  • Loading branch information
e8035669 committed Jan 15, 2017
1 parent 22ef9c5 commit cd1de02
Show file tree
Hide file tree
Showing 5 changed files with 14 additions and 11 deletions.
2 changes: 1 addition & 1 deletion .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -82,4 +82,4 @@ $RECYCLE.BIN/
# Windows shortcuts
*.lnk

Output/setup.7z
Output/*
20 changes: 10 additions & 10 deletions Final_Project_Slither_lite_allegro.layout
Original file line number Diff line number Diff line change
Expand Up @@ -2,24 +2,24 @@
<CodeBlocks_layout_file>
<FileVersion major="1" minor="0" />
<ActiveTarget name="Debug" />
<File name="src\OtherFunctions.h" open="0" top="0" tabpos="3" split="0" active="1" splitpos="0" zoom_1="0" zoom_2="0">
<File name="src\LevelSelect.h" open="0" top="0" tabpos="2" split="0" active="1" splitpos="0" zoom_1="0" zoom_2="0">
<Cursor>
<Cursor1 position="377" topLine="0" />
<Cursor1 position="159" topLine="0" />
</Cursor>
</File>
<File name="src\OtherFunctions.c" open="0" top="0" tabpos="4" split="0" active="1" splitpos="0" zoom_1="0" zoom_2="0">
<Cursor>
<Cursor1 position="496" topLine="15" />
</Cursor>
</File>
<File name="src\main.c" open="1" top="1" tabpos="1" split="0" active="1" splitpos="0" zoom_1="0" zoom_2="0">
<File name="src\LevelSelect.c" open="0" top="0" tabpos="7" split="0" active="1" splitpos="0" zoom_1="0" zoom_2="0">
<Cursor>
<Cursor1 position="11703" topLine="380" />
<Cursor1 position="68" topLine="0" />
</Cursor>
</File>
<File name="src\LevelSelect.h" open="0" top="0" tabpos="2" split="0" active="1" splitpos="0" zoom_1="0" zoom_2="0">
<File name="src\main.c" open="1" top="0" tabpos="1" split="0" active="1" splitpos="0" zoom_1="0" zoom_2="0">
<Cursor>
<Cursor1 position="159" topLine="0" />
<Cursor1 position="1127" topLine="35" />
</Cursor>
</File>
<File name="src\AiFunction.c" open="0" top="0" tabpos="0" split="0" active="1" splitpos="0" zoom_1="0" zoom_2="0">
Expand All @@ -32,14 +32,14 @@
<Cursor1 position="451" topLine="0" />
</Cursor>
</File>
<File name="src\LevelSelect.c" open="0" top="0" tabpos="7" split="0" active="1" splitpos="0" zoom_1="0" zoom_2="0">
<File name="src\Init.c" open="1" top="1" tabpos="2" split="0" active="1" splitpos="0" zoom_1="0" zoom_2="0">
<Cursor>
<Cursor1 position="68" topLine="0" />
<Cursor1 position="988" topLine="15" />
</Cursor>
</File>
<File name="src\Init.c" open="0" top="0" tabpos="6" split="0" active="1" splitpos="0" zoom_1="0" zoom_2="0">
<File name="src\OtherFunctions.h" open="0" top="0" tabpos="3" split="0" active="1" splitpos="0" zoom_1="0" zoom_2="0">
<Cursor>
<Cursor1 position="703" topLine="12" />
<Cursor1 position="377" topLine="0" />
</Cursor>
</File>
<File name="src\Structures.h" open="0" top="0" tabpos="0" split="0" active="1" splitpos="0" zoom_1="0" zoom_2="0">
Expand Down
3 changes: 3 additions & 0 deletions Setup.iss
Original file line number Diff line number Diff line change
Expand Up @@ -31,6 +31,9 @@ VersionInfoTextVersion=V1.0.0
VersionInfoProductName=貪吃蛇的危機
VersionInfoProductVersion=1.0.0
VersionInfoProductTextVersion=V1.0.0
WizardSmallImageFile=D:\CodeBlocks_HW\Final_Project_Slither_lite_allegro\assets\icon.bmp
WizardImageBackColor=clWhite
WizardImageFile=D:\CodeBlocks_HW\Final_Project_Slither_lite_allegro\wizmodernimage.bmp

[Languages]
Name: "english"; MessagesFile: "compiler:Default.isl"
Expand Down
Binary file added assets/icon.bmp
Binary file not shown.
Binary file added wizmodernimage.bmp
Binary file not shown.

0 comments on commit cd1de02

Please sign in to comment.