doomsday: make texture better
This commit is contained in:
parent
6b31a48656
commit
f680a9d029
1 changed files with 3 additions and 0 deletions
|
@ -57,6 +57,9 @@ class DistributedElectionCameraManager(DistributedObject):
|
|||
|
||||
ts = self.tv.find('**/screen').findTextureStage('*')
|
||||
self.tv.find('**/screen').setTexture(ts, self.buffer.getTexture(), 1)
|
||||
self.tv.find('**/screen').setTexScale(ts, 1.2, 1.2)
|
||||
self.tv.find('**/screen').setTexOffset(ts, -0.09, -0.1)
|
||||
self.tv.find('**/screen').setTexHpr(ts, 1, 0, 0)
|
||||
|
||||
def disable(self):
|
||||
if self.tvOn:
|
||||
|
|
Loading…
Reference in a new issue