This commit is contained in:
Charles 2001-04-09 21:00:24 +00:00
parent fc972d7ec2
commit d935dd3e0e
2 changed files with 12 additions and 6 deletions

View file

@ -235,7 +235,8 @@ PICKUP_GFX_IN := $(foreach FILE,$(PICKUP_GFX),$(PICKUP_GFX_DIR)/$(FILE).bmp)
INGAMEFX_GFX_TRANS := +bubble_1 +bubble_2 +bubble_3 \
+health_full_1 +health_full_2 +health_full_3 +health_full_4 +health_full_5 \
+health_empty_1 +health_empty_2 +health_empty_3 +health_empty_4 +health_empty_5
+health_empty_1 +health_empty_2 +health_empty_3 +health_empty_4 +health_empty_5 \
+spike
INGAMEFX_GFX_TRANS_IN := $(foreach FILE,$(INGAMEFX_GFX_TRANS),$(INGAMEFX_GFX_DIR)/$(FILE).bmp)
####