*** empty log message ***
This commit is contained in:
parent
44c3861f11
commit
bfcc892a8c
|
|
@ -0,0 +1,4 @@
|
|||
// This is a group directory: a directory level above a number of
|
||||
// source subdirectories.
|
||||
|
||||
#define DIR_TYPE models_group
|
||||
Binary file not shown.
Binary file not shown.
|
|
@ -0,0 +1,9 @@
|
|||
#define DIR_TYPE models
|
||||
#define INSTALL_TO audio/sfx
|
||||
|
||||
// General GUI Sounds
|
||||
#begin install_audio
|
||||
#define SOURCES \
|
||||
GUI_rollover.mp3 GUI_click.mp3
|
||||
#end install_audio
|
||||
|
||||
|
|
@ -0,0 +1,11 @@
|
|||
#define DIR_TYPE models
|
||||
#define INSTALL_TO models/gui
|
||||
|
||||
#begin flt_egg
|
||||
#define SOURCES $[wildcard *.flt]
|
||||
#end flt_egg
|
||||
|
||||
#begin install_egg
|
||||
#define SOURCES $[patsubst %.flt,%.egg,$[wildcard *.flt]]
|
||||
#end install_egg
|
||||
|
||||
Binary file not shown.
Binary file not shown.
|
|
@ -36,6 +36,7 @@ lilsmiley.egg : misc
|
|||
objectHandles.egg : misc
|
||||
smiley.egg : misc
|
||||
sphere.egg : misc
|
||||
dialog_box_gui : misc
|
||||
|
||||
4map.rgb : 256 256 omit
|
||||
|
||||
|
|
|
|||
Loading…
Reference in New Issue