Search found 1 match

by RoseMaster3000
Wed Feb 21, 2018 1:14 am
Forum: Ren'Py Questions and Announcements
Topic: I'm trying to remap the "d" key...not sure whats going on
Replies: 3
Views: 1798

I'm trying to remap the "d" key...not sure whats going on

Hey, I wanted to add WASD to the navigation keymaps, I figured it would be easy using this: config.keymap["input_left"] = [ 'K_LEFT', 'repeat_K_LEFT', 'a'] config.keymap["input_right"] = [ 'K_RIGHT', 'repeat_K_RIGHT', 'd'] config.keymap["input_up"] = [ 'K_UP', 'repeat_K...