Ver código fonte

Added Splashscreen... (2 min of work, inclusive googling!)

Max Nuding 12 anos atrás
pai
commit
b6ffb07c17
3 arquivos alterados com 3 adições e 2 exclusões
  1. 2
    2
      Cube Control/makefile
  2. 1
    0
      Cube Control/manifest.txt
  3. BIN
      Cube Control/splash.jpg

+ 2
- 2
Cube Control/makefile Ver arquivo

@@ -11,10 +11,10 @@ TARGET = win
11 11
 JAVAFILES = HelperUtility.java AnimationUtility.java Animation.java AFrame.java cubeWorker.java layerEditFrame.java Led3D.java Frame.java
12 12
 
13 13
 ifeq ($(TARGET),unix)
14
-INJAR = *.class *.png serialHelper
14
+INJAR = *.class *.png serialHelper splash.jpg
15 15
 RM = rm
16 16
 else
17
-INJAR = *.class *.png serialHelper.exe
17
+INJAR = *.class *.png serialHelper.exe splash.jpg
18 18
 RM = del
19 19
 endif
20 20
 

+ 1
- 0
Cube Control/manifest.txt Ver arquivo

@@ -1 +1,2 @@
1 1
 Main-Class: Frame
2
+Splashscreen-Image: splash.jpg

BIN
Cube Control/splash.jpg Ver arquivo


Carregando…
Cancelar
Salvar