Installer Steam
se connecter
|
langue
简体中文 (chinois simplifié)
繁體中文 (chinois traditionnel)
日本語 (japonais)
한국어 (coréen)
ไทย (thaï)
Български (bulgare)
Čeština (tchèque)
Dansk (danois)
Deutsch (allemand)
English (anglais)
Español - España (espagnol castillan)
Español - Latinoamérica (espagnol d'Amérique latine)
Ελληνικά (grec)
Italiano (italien)
Bahasa Indonesia (indonésien)
Magyar (hongrois)
Nederlands (néerlandais)
Norsk (norvégien)
Polski (polonais)
Português (portugais du Portugal)
Português - Brasil (portugais du Brésil)
Română (roumain)
Русский (russe)
Suomi (finnois)
Svenska (suédois)
Türkçe (turc)
Tiếng Việt (vietnamien)
Українська (ukrainien)
Signaler un problème de traduction

*TRIGGERED*
We are anonymous
We are legion
Untied as on
We do not forgive
We do not forget
Expect us
for x in xrange(0, M + 1):
for y in xrange(0, M + 1):
offset = self.offsets[x][y]
offset_x = floor(offset[0] - cmp(offset[0], 0))
offset_y = floor(offset[1] - cmp(offset[1], 0))
self.offsets[x][y] = (offset_x, offset_y)
def draw(self):
background(0, 0, 0)
push_matrix()
tx = self.size.w/2 - self.img_size/2
ty = self.size.h/2 - self.img_size/2
translate(tx, ty)
text('Touch the image to deform it.', 'Helvetica-Bold',
18, self.img_size/2, -30, alignment=5)
text('Use two fingers to revert.', 'Helvetica-Bold',
18, self.img_size/2, -60, alignment=5)
self.draw_warped_image()
pop_matrix()
if len(self.touches) ==0:
return
if len(self.touches) > 1:
self.revert()
else:
loc = self.touches.values()[0].location
touch_x, touch_y = loc.x - tx, loc.y - ty
self.bulge(touch_x, touch_y)
BRONIES UNITE!
I KNOW I SPELLED IT WRONG SO DONT CORRECT ME