Moving models used by direct from ttmodels to dmodels, and relocating some

files for consistency with where they were in ttmodels.
This commit is contained in:
khillesl 2001-08-22 00:45:05 +00:00
parent f60b899fda
commit d61bca5fa8
9 changed files with 11 additions and 11 deletions

View File

@ -1,11 +0,0 @@
#define DIR_TYPE models
#define INSTALL_TO models/directmodels
#begin flt_egg
#define SOURCES $[wildcard *.flt]
#end flt_egg
#begin install_egg
#define SOURCES \
sphere.egg smiley.egg
#end install_egg

Binary file not shown.

View File

@ -10,3 +10,14 @@
#define UNPAL_SOURCES \
camera.egg
#end install_egg
#begin install_egg
#define SOURCES \
gridBack.egg objectHandles.egg sphere.egg smiley.egg
#end install_egg
#begin install_egg
#define SOURCES \
fade.egg iris.egg
#define PHASE 3
#end install_egg

BIN
dmodels/src/misc/fade.flt Normal file

Binary file not shown.

Binary file not shown.

BIN
dmodels/src/misc/iris.flt Normal file

Binary file not shown.

Binary file not shown.

View File