3.lua

来自「htc manila 2 sourcecode」· LUA 代码 · 共 18 行

LUA
18
字号
-- Decompiled using luadec 0.4 by sztupy (http://winmo.sztupy.hu)
-- Command line was: -l ; 6ce80609_manila_3BCA.luac 

if _application.Store:GetStringValue(Lifetime_Permanent, "EnableLandscape") == "true" then
   if _application.Orientation == ScreenOrientation_Portrait then
      this.Position.x = 20
      this.Size.width = 439
      this.TextureCoords:set(0, 0, 439, 1)
   else
      if _application.Orientation == ScreenOrientation_Landscape then
         this.Position.x = 34
         this.Size.width = 748
         this.TextureCoords:set(0, 0, 748, 1)
      end
   end
end

⌨️ 快捷键说明

复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?