]> git.tdb.fi Git - libs/game.git/commit
Make it possible to shoot bullets in Bassteroids
authorMikko Rasa <tdb@tdb.fi>
Fri, 25 Nov 2022 20:04:30 +0000 (22:04 +0200)
committerMikko Rasa <tdb@tdb.fi>
Fri, 25 Nov 2022 20:04:30 +0000 (22:04 +0200)
commit683858c0265e820d57bb5a1f7f21ab72b232a79d
tree2ca38f47d3793c1abe04a66111d0a32103fce3be
parentc193dd08af5159544008b5fee0813b1f716ac062
Make it possible to shoot bullets in Bassteroids

They don't actually do anything yet except bounce around.
examples/bassteroids/assets.blend
examples/bassteroids/data/exported/Note.tech [new file with mode: 0644]
examples/bassteroids/data/exported/Quaver.mesh [new file with mode: 0644]
examples/bassteroids/data/exported/Quaver.object [new file with mode: 0644]
examples/bassteroids/source/bullet.cpp [new file with mode: 0644]
examples/bassteroids/source/bullet.h [new file with mode: 0644]
examples/bassteroids/source/playercontroller.cpp
examples/bassteroids/source/playercontroller.h