瀏覽代碼

Document impact of starting populated world

Change-Id: If9c286b1351cb1f7680b778ba04c334f6ef23396
Donald Carr 9 年之前
父節點
當前提交
e49bb3e8f9
共有 2 個文件被更改,包括 2 次插入1 次删除
  1. 1 0
      qml/Gravity.qml
  2. 1 1
      qml/main.qml

+ 1 - 0
qml/Gravity.qml

@@ -80,6 +80,7 @@ Item {
                 id: columnWorld
 
                 timeStep: d.pace
+                // There is less item fall through when this runs perpetually
                 running: d.running
             }
 

+ 1 - 1
qml/main.qml

@@ -12,7 +12,7 @@ Window {
 
     Settings {
         id: settings
-        property int itemTravel: 2
+        property int itemTravel: 1
         property int columnCount: 30
         property int interval: 2
         property bool fitByHeight: false