Config tweaks for linux
This commit is contained in:
@@ -250,6 +250,7 @@ void World::MouseWheel(SDL_MouseWheelEvent const& event) {
|
|||||||
}
|
}
|
||||||
|
|
||||||
void World::KeyDown(SDL_KeyboardEvent const& event) {
|
void World::KeyDown(SDL_KeyboardEvent const& event) {
|
||||||
|
//TODO: Sliding against walls controls
|
||||||
//BUGFIX: SDL2 introduced key repeats, so I need to ignore it
|
//BUGFIX: SDL2 introduced key repeats, so I need to ignore it
|
||||||
if (event.repeat) {
|
if (event.repeat) {
|
||||||
return;
|
return;
|
||||||
|
|||||||
@@ -0,0 +1,8 @@
|
|||||||
|
config.next = rsc/config.cfg
|
||||||
|
|
||||||
|
#debugging
|
||||||
|
server.name = LinuxDEV
|
||||||
|
|
||||||
|
client.username = LinuxUser
|
||||||
|
client.handle = Male Character
|
||||||
|
client.avatar = character1.png
|
||||||
@@ -1,4 +1,4 @@
|
|||||||
config.next = rsc\config.cfg
|
config.next = rsc/config.cfg
|
||||||
|
|
||||||
#debugging
|
#debugging
|
||||||
server.name = DEV
|
server.name = DEV
|
||||||
|
|||||||
Reference in New Issue
Block a user