mirror of
https://github.com/QuasarApp/Snake.git
synced 2025-04-28 02:34:44 +00:00
Update src/CrawlAbstractLvl/private/obstaclered.cpp
Co-authored-by: Andrei Yankovich <EndrIIMail@gmail.com>
This commit is contained in:
parent
10830e0b9a
commit
b8070c8cf0
@ -13,7 +13,6 @@ ObstacleRed::ObstacleRed() : IWorldItem(AUTO_CLASS_NAME) {
|
|||||||
setMash("qrc:/mesh/meshes/ObstacleRed.mesh");
|
setMash("qrc:/mesh/meshes/ObstacleRed.mesh");
|
||||||
setSize({2,2,2});
|
setSize({2,2,2});
|
||||||
setColor("#ff1927");
|
setColor("#ff1927");
|
||||||
setposition({300, 0, 200});
|
|
||||||
setZ(0);
|
setZ(0);
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user