Skip to content

Commit

Permalink
1.8 Prerelease update
Browse files Browse the repository at this point in the history
All new blocks added.
  • Loading branch information
Khroki committed Aug 24, 2014
1 parent a1477ae commit ec1655b
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions leveleditor.py
Original file line number Diff line number Diff line change
Expand Up @@ -162,7 +162,7 @@ def __init__(self, editor):
(cmd + "-W", "Close", editor.closeEditor),
("", "", lambda: None),

(cmd + "G", "Goto", editor.showGotoPanel),
(cmd + "-G", "Goto", editor.showGotoPanel),
(cmd + "-I", "World Info", editor.showWorldInfo),
(cmd + "-Z", "Undo", editor.undo),
(cmd + "-A", "Select All", editor.selectAll),
Expand Down Expand Up @@ -288,7 +288,7 @@ def brakeOn(self):
def brakeOff(self):
self.brake = False

tickInterval = 1000 / 30
tickInterval = 1000 / Settings.targetFPS.get()

oldPosition = (0, 0, 0)

Expand Down
Binary file modified terrain.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.

0 comments on commit ec1655b

Please sign in to comment.