Changeset 40
- Timestamp:
- 01/11/10 21:13:23 (2 years ago)
- Location:
- cafu/trunk
- Files:
-
- 2 modified
-
Games/DeathMatch/GUIs/TechDemo/gui1.cgui (modified) (1 diff)
-
Libs/SConscript (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
cafu/trunk/Games/DeathMatch/GUIs/TechDemo/gui1.cgui
r36 r40 32 32 self:set("rect", 43, 91, 558, 324); 33 33 self:set("backColor", 1, 1, 1, 0); -- Set alpha value to zero! 34 self:set("text", "For now you have (almost) reached the end\nof the Ca 3D-Engine demo.\n"..35 " I hope that you enjoyed exploring it as much\nas Ienjoyed making it.\n\n"..36 "Please stop over at the Ca 3DE forums at\nwww.Ca3D-Engine.de to provide your feed-back.\n\n"..37 "Thank you very much!\n Carsten Fuchs");34 self:set("text", "For now you have (almost) reached the end\nof the Cafu Engine demo.\n".. 35 "We hope that you enjoyed exploring it as much\nas we enjoyed making it.\n\n".. 36 "Please stop over at the Cafu forums at\nwww.cafu.de to provide your feed-back.\n\n".. 37 "Thank you very much!\nThe Cafu Team"); 38 38 self:set("textScale", 0.5); 39 39 self:set("textColor", 0.8, 0.9, 1, 1); -
cafu/trunk/Libs/SConscript
r36 r40 207 207 envSoundSys.Append(LINKFLAGS=["Libs/SoundSystem/Common/linker-script"]) 208 208 envSoundSys.Append(LIBPATH=['#/ExtLibs/fmod/api']) 209 envSoundSys.Append(LIBS=["SoundSys", "fmod "])209 envSoundSys.Append(LIBS=["SoundSys", "fmod-3.75"]) 210 210 211 211 if sys.platform!="linux2" or platform.machine()!="x86_64": # We don't have the FMod libraries for x86_64 platforms...
