reduced plunger-in-face time after feedback + add svn-ignore property to Xcode-generated files
git-svn-id: svn+ssh://svn.code.sf.net/p/supertuxkart/code/trunk/supertuxkart@2919 178a84e3-b1eb-0310-8ba1-8eac791a3b58
This commit is contained in:
@@ -153,7 +153,7 @@ public:
|
||||
|
||||
bool hasViewBlockedByPlunger() const
|
||||
{ return m_view_blocked_by_plunger > 0; }
|
||||
void blockViewWithPlunger() { m_view_blocked_by_plunger = 15; }
|
||||
void blockViewWithPlunger() { m_view_blocked_by_plunger = 10; }
|
||||
|
||||
/**
|
||||
returns a bullet transform object located at the kart's position
|
||||
|
||||
Reference in New Issue
Block a user