From 4da7c3902ab8e2a1c86dbd5ab6fcbc2787efb1ac Mon Sep 17 00:00:00 2001 From: Daveo Date: Tue, 27 Feb 2001 19:32:59 +0000 Subject: [PATCH] --- makefile.gfx | 3 +++ 1 file changed, 3 insertions(+) diff --git a/makefile.gfx b/makefile.gfx index 173883b6c..a84059b93 100644 --- a/makefile.gfx +++ b/makefile.gfx @@ -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