Snake/src/Empty/private/plate.cpp

13 lines
195 B
C++
Raw Normal View History

2021-06-09 18:23:07 +03:00
#include "plate.h"
Plate::Plate()
{
setMash(":/mesh/res/meshes/cube.mesh");
setSize({100,100,0});
setZ(0);
}
void Plate::onIntersects(const IWorldItem *item) {
Q_UNUSED(item)
}