Steven Mahasin / Mbed 2 deprecated DreamDungeon

Dependencies:   mbed MotionSensor

Entity/Bullets/Bullets.cpp

Committer:
el17sm
Date:
2019-04-21
Revision:
10:1a3499f6b583
Child:
11:63e54f6e7939

File content as of revision 10:1a3499f6b583:

//#include "Bullets.h"
//
//Bullets::Bullets(float pos_x, float pos_y){
//    moving = false;
//    face = 0;
//    hp = 0;
//    hitbox.width = 2;
//    hitbox.height = 2;
//    position.x = pos_x;
//    position.y = pos_y;
//    sprite_size.width = 6;
//    sprite_size.height = 12;
//    sprite_size.offset_x = 0;
//    sprite_size.offset_y = 7;
//}