This commit is contained in:
Daveo 2001-02-27 19:32:59 +00:00
parent 0ef110ea30
commit 4da7c3902a

View file

@ -139,10 +139,13 @@ ACTOR_MAKEFILE_DIR := $(TEMP_BUILD_DIR)/Actors
ACTORS_DIRS_TO_MAKE := $(ACTOR_MAKEFILE_DIR) $(ACTOR_OUT_DIR)
ACTOR_SPONGEBOB := SPONGEBOB
ACTOR_SPONGEBOB_OPTS := -t:24,1,1 -s:256
ACTOR_NPC :=
ACTOR_NPC_OPTS := -t:25,1,1 -s:256
ACTOR_ENEMY := CLAM
ACTOR_ENEMY_OPTS := -t:12,4,1 -s:256
ACTORS_LIST := ACTOR_SPONGEBOB ACTOR_NPC ACTOR_ENEMY