This commit is contained in:
parent
0ef110ea30
commit
4da7c3902a
1 changed files with 3 additions and 0 deletions
|
@ -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
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue