Skip to content
Snippets Groups Projects
Commit f39e0106 authored by dg's avatar dg
Browse files

silly print V2

git-svn-id: http://svn.net-core.org/repos/t-engine4@6823 51575b47-30f0-44d4-a5cc-537603b46e54
parent 44e6cd22
No related branches found
No related tags found
No related merge requests found
......@@ -213,7 +213,6 @@ end
function _M:innerDisplayBack(x, y, nb_keyframes)
if not self.faction_image then return end
print("====faction image")
local w, h = self.title_tex.h + 4, self.title_tex.h + 4
local x, y = x + (self.w - self.title_tex.w) / 2 + self.frame.title_x - 5 - w, y + self.frame.title_y
self.faction_image[1]:toScreenFull(x, y, w, h, self.faction_image[2] * w / self.faction_image[6], self.faction_image[3] * h / self.faction_image[7])
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment