RingRacers/src/objects/CMakeLists.txt
Sally Coolatta 03874c3374 New Ballhog design
Taking the old charge idea, but instead of missiles, it's bananas that explode on the floor and can only be lobbed forward. Charging creates more projectiles in a circle pattern around it.
2024-08-28 01:26:53 -04:00

65 lines
895 B
CMake

target_sources(SRB2SDL2 PRIVATE
hyudoro.c
gardentop.c
shrink.c
item-debris.c
spb.c
manta-ring.c
orbinaut.c
jawz.c
duel-bomb.c
broly.cpp
ufo.c
monitor.c
item-spot.c
loops.cpp
drop-target.c
ring-shooter.c
audience.c
random-item.c
instawhip.c
block.c
gachabom-rebound.cpp
servant-hand.c
super-flicky.cpp
battle-ufo.cpp
powerup-aura.cpp
ark-arrow.c
dash-rings.c
sneaker-panel.c
emerald.c
checkpoint.cpp
rideroid.c
bungee.c
eggball.c
dlzrocket.c
dlzseasaw.c
gpzseasaw.c
dlzothers.c
wpzturbine.c
wpzothers.c
shadow.cpp
ball-switch.cpp
charge.c
mega-barrier.cpp
frost-thrower.cpp
ivoball.cpp
crate.cpp
spear.cpp
fuel.cpp
rocks.cpp
emz-faucet.cpp
trick-balloon.c
cloud.c
waterfall-particle.c
sealed-star.c
talk-point.cpp
powerup-spinner.cpp
adventure-air-booster.c
destroyed-kart.cpp
pulley.cpp
amps.c
ballhog.cpp
)
add_subdirectory(versus)