コード例 #1
0
def run():
  dj_lib.disable()
コード例 #2
0
# -*- coding: utf-8 -*-
import dj_lib

dj_lib.disable()
import Base
import VS
import GUI
import ShowProgress

import computer_lib

def DoStartNewGame(self,params):
	ShowProgress.activateProgressScreen('loading',3)
	VS.loadGame(VS.getNewGameSaveName())
	enterMainMenu(self, params)

def StartNewGame(self,params):
    Base.SetCurRoom(introroom.getIndex())
    Base.SetDJEnabled(0)

#Comment the following line if using intro movies
#StartNewGame = DoStartNewGame


def QuitGame(self,params):
	Base.ExitGame()

# this uses the original coordinate system of Privateer
GUI.GUIInit(320,200,aspect=4.0/3.0)

time_of_day=''
コード例 #3
0
def run(land_playlist = 'land.m3u', outro = True):
    global plist
    dj_lib.disable()
    plist=VS.musicAddList('land.m3u')