about summary refs log tree commit diff homepage
path: root/brutalmaze
diff options
context:
space:
mode:
authorNguyễn Gia Phong <mcsinyx@disroot.org>2020-04-28 17:50:36 +0700
committerNguyễn Gia Phong <mcsinyx@disroot.org>2020-04-28 17:50:36 +0700
commitd3839f160e5020967b2b23bd21ebd7c941012162 (patch)
tree62eb3793c0e0f1cbe54e3ee175edeceeef186384 /brutalmaze
parentbc8579329e04e470f168ab684aa3519ef36c0acd (diff)
downloadbrutalmaze-d3839f160e5020967b2b23bd21ebd7c941012162.tar.gz
Nitpick around
Diffstat (limited to 'brutalmaze')
-rw-r--r--brutalmaze/game.py4
-rw-r--r--brutalmaze/settings.ini2
2 files changed, 3 insertions, 3 deletions
diff --git a/brutalmaze/game.py b/brutalmaze/game.py
index d30c44d..fef7494 100644
--- a/brutalmaze/game.py
+++ b/brutalmaze/game.py
@@ -16,7 +16,7 @@
 # You should have received a copy of the GNU Affero General Public License
 # along with Brutal Maze.  If not, see <https://www.gnu.org/licenses/>.
 
-__version__ = '0.9.1'
+__version__ = '0.9.2'
 
 import re
 from argparse import ArgumentParser, FileType, RawTextHelpFormatter
@@ -32,7 +32,7 @@ from threading import Thread
 with redirect_stdout(StringIO()): import pygame
 from pygame import KEYDOWN, MOUSEBUTTONUP, QUIT, VIDEORESIZE
 from pygame.time import Clock, get_ticks
-from palace import free, use_context, Device, Context, Buffer
+from palace import free, use_context, Device, Context
 from appdirs import AppDirs
 
 from .constants import SETTINGS, ICON, SFX, SFX_NOISE, HERO_SPEED, MIDDLE
diff --git a/brutalmaze/settings.ini b/brutalmaze/settings.ini
index d78aed2..5f4b4cd 100644
--- a/brutalmaze/settings.ini
+++ b/brutalmaze/settings.ini
@@ -37,7 +37,7 @@ Frequency: 30
 # Enabling remote control will disable control via keyboard and mouse.
 Enable: no
 Host: localhost
-Port: 8089
+Port: 42069
 # Timeout on blocking socket operations, in seconds.
 Timeout: 1.0
 # Disable graphics and sound (only if socket server is enabled).