- Timestamp:
- Mar 31, 2010, 1:05:28 AM (15 years ago)
- Location:
- code/branches/gamestates2
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
code/branches/gamestates2
- Property svn:mergeinfo changed
/code/branches/gamestate merged: 6621-6630,6655-6661
- Property svn:mergeinfo changed
-
code/branches/gamestates2/data/gui/scripts/GraphicsMenu.lua
r6595 r6662 1 1 -- GraphicsMenu.lua 2 2 3 BasicGUI = require("BasicGUI") 4 local P = BasicGUI:new("GraphicsMenu") 5 if _REQUIREDNAME == nil then 6 GraphicsMenu = P 7 else 8 _G[_REQUIREDNAME] = P 9 end 3 local P = createSheet("GraphicsMenu") 10 4 11 function P :init()5 function P.init() 12 6 block = true 13 7 file = orxonox.PathConfig:getConfigPathString() .. orxonox.getConfig("GraphicsManager", "ogreConfigFile_") … … 149 143 if scrollbar_active == false then 150 144 -- brightness 151 debug("event: brightness")145 logMessage(0, "event: brightness") 152 146 end 153 147 end … … 159 153 function P.GraphicsBrightnessScrollbar_ended(e) 160 154 -- brightness 161 debug("event: brightness")155 logMessage(0, "event: brightness") 162 156 scrollbar_active = false 163 157 end
Note: See TracChangeset
for help on using the changeset viewer.