my FPS script awsd+jumping wall sliding

To remove the mouse just add the lines below this line :

“”" create a FPS type game “”"

props = WindowProperties()
props.setCursorHidden(True)
base.win.requestProperties(props)

escape key works on my comp

not bad for a simple fps script…should definetly be improved :wink: