raze/wadsrc/static/zscript/games/duke/actors/bowling.zs

13 lines
176 B
Text
Raw Normal View History

2022-12-02 15:26:31 +00:00
class RedneckBowlingBallsprite : DukeActor
{
default
{
pic "BOWLINGBALLSPRITE";
}
override void Initialize()
{
commonItemSetup((0.171875, 0.171875), -1, true);
}
}