Михаил Капелько 4ヶ月前
コミット
5cb1600637
2個のファイルの変更2行の追加2行の削除
  1. +1
    -1
      v5/desktop.py
  2. +1
    -1
      v5/main-gui.py

+ 1
- 1
v5/desktop.py ファイルの表示

@@ -309,7 +309,7 @@ def desktop_scheduleHidingOfMatchingTiles(p):
# 1. just launched the game
def desktop_scheduleHidingOfBeginningSplashScreen(p):
if (
p.c.recentField == "didLaunch"
p.c.recentField == "splashBeginTimeout"
):
p.sequentialTimer.schedule("hideBeginningSplashScreen", True, p.c.splashBeginTimeout)
#}


+ 1
- 1
v5/main-gui.py ファイルの表示

@@ -123,7 +123,7 @@ ctrl.set("descImageWidth", 375)
ctrl.set("descPosition", [19, 12])
ctrl.set("hideMatchingTilesDelay", 500)
ctrl.set("splashBeginTimeout", 2000)
ctrl.set("splashEndDelay", 700)
ctrl.set("splashEndDelay", 100)
ctrl.set("splashImage", "res/splash.png")
ctrl.set("splashImageCount", 2)
ctrl.set("splashImageHeight", 600)


読み込み中…
キャンセル
保存