Changeset 11626 for code/branches/SOBv2_HS17/src/modules
- Timestamp:
- Dec 4, 2017, 2:52:40 PM (7 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
code/branches/SOBv2_HS17/src/modules/superorxobros/SOBGumbaBoss.cc
r11623 r11626 134 134 135 135 } 136 137 Vector3 velocity = ball->getVelocity(); 138 velocity.z -= 100; 139 ball->setVelocity(velocity); 136 140 } 137 141 }
Note: See TracChangeset
for help on using the changeset viewer.