stored in models/herrings, and they can be individually used in herring config files, e.g.: (gold "goldcoin"). This makes it easier to add new herring models. Grand Prix settings overwrite track settings, e.g. the tuxkart cup uses the original herring style. git-svn-id: svn+ssh://svn.code.sf.net/p/supertuxkart/code/trunk@758 178a84e3-b1eb-0310-8ba1-8eac791a3b58
11 lines
142 B
Makefile
11 lines
142 B
Makefile
# models/
|
|
|
|
pkgdatadir = $(datadir)/games/@PACKAGE@/models
|
|
|
|
pkgdata_DATA = $(wildcard *.ac)
|
|
|
|
SUBDIRS = herrings
|
|
|
|
EXTRA_DIST = $(pkgdata_DATA)
|
|
|