⭐ 欢迎来到虫虫下载站! | 📦 资源下载 📁 资源专辑 ℹ️ 关于我们
⭐ 虫虫下载站

📄 0.lua

📁 htc manila 2 sourcecode
💻 LUA
字号:
-- Decompiled using luadec 0.4 by sztupy (http://winmo.sztupy.hu)
-- Command line was: -l ; 3f15432c_manila_BA4.luac 

if _application.Store:GetStringValue(Lifetime_Permanent, "EnableLandscape") == "true" then
   if _application.Orientation == ScreenOrientation_Portrait then
      this.Scale = Vector3Property(Vector3(1, 1, 1))
   else
      if _application.Orientation == ScreenOrientation_Landscape then
         this.Scale = Vector3Property(Vector3(1.6999969482422, 1, 1))
      end
   end
end

⌨️ 快捷键说明

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