Changeset 7935 for code/branches/usability/data
- Timestamp:
- Feb 20, 2011, 5:29:02 PM (14 years ago)
- Location:
- code/branches/usability/data
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
code/branches/usability/data/gui/scripts/InGameMenu.lua
r7928 r7935 33 33 P:setSelection(1, 1) 34 34 end 35 36 orxonox.execute("setPause 1") 37 end 38 39 function P.onQuit() 40 orxonox.execute("setPause 0") 35 41 end 36 42 -
code/branches/usability/data/overlays/debug.oxo
r6417 r7935 66 66 /> 67 67 68 <PauseNotice 69 name = "pausenotice" 70 position = "0.5, 0.3" 71 font = "VeraMono" 72 textsize = 0.03 73 colour = "1.0, 1.0, 1.0, 1.0" 74 align = "center" 75 /> 76 68 77 <AnnounceMessage 69 78 name = "announcemessage"
Note: See TracChangeset
for help on using the changeset viewer.