Install Steam
login
|
language
简体中文 (Simplified Chinese)
繁體中文 (Traditional Chinese)
日本語 (Japanese)
한국어 (Korean)
ไทย (Thai)
Български (Bulgarian)
Čeština (Czech)
Dansk (Danish)
Deutsch (German)
Español - España (Spanish - Spain)
Español - Latinoamérica (Spanish - Latin America)
Ελληνικά (Greek)
Français (French)
Italiano (Italian)
Bahasa Indonesia (Indonesian)
Magyar (Hungarian)
Nederlands (Dutch)
Norsk (Norwegian)
Polski (Polish)
Português (Portuguese - Portugal)
Português - Brasil (Portuguese - Brazil)
Română (Romanian)
Русский (Russian)
Suomi (Finnish)
Svenska (Swedish)
Türkçe (Turkish)
Tiếng Việt (Vietnamese)
Українська (Ukrainian)
Report a translation problem
*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
RES Tag me as special snowflake.