mirror of
https://github.com/ApfelTeeSaft/PlanetFleet.git
synced 2026-08-26 19:33:38 +00:00
added bars for extractors/deposits and cargo ships
This commit is contained in:
+5
-1
@@ -3,7 +3,11 @@
|
||||
namespace battleship{
|
||||
using namespace vb01;
|
||||
|
||||
ResourceDeposit::ResourceDeposit(Player *player, int id, Vector3 pos, Quaternion rot) : GameObject(GameObject::Type::RESOURCE_DEPOSIT, id, player, pos, rot){
|
||||
ResourceDeposit::ResourceDeposit(Player *player, int id, Vector3 pos, Quaternion rot, int ia) :
|
||||
GameObject(GameObject::Type::RESOURCE_DEPOSIT, id, player, pos, rot),
|
||||
initAmmount(ia),
|
||||
ammount(ia)
|
||||
{
|
||||
initProperties();
|
||||
initModel();
|
||||
initHitbox();
|
||||
|
||||
Reference in New Issue
Block a user