mirror of
https://github.com/panda3d/panda3d.git
synced 2025-10-03 02:15:43 -04:00
*** empty log message ***
This commit is contained in:
parent
e4b8bead5a
commit
6b2190a8d3
@ -12,8 +12,6 @@
|
|||||||
// responsible for explicitly including all of the relevent Config.pp
|
// responsible for explicitly including all of the relevent Config.pp
|
||||||
// files.
|
// files.
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
// What is the name and version of this source tree?
|
// What is the name and version of this source tree?
|
||||||
#if $[eq $[PACKAGE],]
|
#if $[eq $[PACKAGE],]
|
||||||
#define PACKAGE direct
|
#define PACKAGE direct
|
||||||
@ -57,3 +55,4 @@
|
|||||||
#endif
|
#endif
|
||||||
|
|
||||||
#include $[PANDA_SOURCE]/Package.pp
|
#include $[PANDA_SOURCE]/Package.pp
|
||||||
|
|
||||||
|
@ -13,6 +13,12 @@ shift
|
|||||||
firstarg="$1"
|
firstarg="$1"
|
||||||
fi
|
fi
|
||||||
|
|
||||||
|
if [ "$firstarg" = "-b" ]; then
|
||||||
|
extra_genPyCode_libs="libbartop"
|
||||||
|
shift
|
||||||
|
firstarg="$1"
|
||||||
|
fi
|
||||||
|
|
||||||
if [ "$firstarg" = "-v" ]; then
|
if [ "$firstarg" = "-v" ]; then
|
||||||
extra_genPyCode_libs="libvrpn"
|
extra_genPyCode_libs="libvrpn"
|
||||||
shift
|
shift
|
||||||
|
@ -39,8 +39,8 @@ class ShowBase:
|
|||||||
|
|
||||||
# Store dconfig variables
|
# Store dconfig variables
|
||||||
self.wantTk = self.config.GetBool('want-tk', 0)
|
self.wantTk = self.config.GetBool('want-tk', 0)
|
||||||
self.sfxActive = self.config.GetBool('audio-sfx-active', Settings.getSfx())
|
self.sfxActive = self.config.GetBool('audio-sfx-active', 1)
|
||||||
self.musicActive = self.config.GetBool('audio-music-active', Settings.getMusic())
|
self.musicActive = self.config.GetBool('audio-music-active', 1)
|
||||||
self.wantFog = self.config.GetBool('want-fog', 1)
|
self.wantFog = self.config.GetBool('want-fog', 1)
|
||||||
|
|
||||||
self.screenshotExtension = self.config.GetString('screenshot-extension', 'jpg')
|
self.screenshotExtension = self.config.GetString('screenshot-extension', 'jpg')
|
||||||
|
Loading…
x
Reference in New Issue
Block a user