This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| local frame = 0 | |
| function setFrame(frame) | |
| if frame == 1 then | |
| data = {"1x80","1x80","1x80","1x80","1x80","1x80","1x80","1x80","1x80","1x80","1x80","1x80","1x80","1x80","1x80","1x80","1x80","1x80","1x80","1x80","1x80","1x80","1x80","1x80","1x80","1x80","1x80","1x80","1x80","1x80","1x80","1x80","1x80","1x80","1x80","1x80","1x80","1x80","1x80","1x80"} | |
| elseif frame == 2 then | |
| data = {"1x80","1x80","1x80","1x80","1x80","1x80","1x80","1x80","1x80","1x80","1x80","1x80","1x80","1x80","1x80","1x80","1x80","1x80","1x80","1x80","1x80","1x80","1x80","1x80","1x80","1x80","1x80","1x80","1x80","1x80","1x80","1x80","1x80","1x80","1x80","1x80","1x80","1x80","1x80","1x80"} | |
| elseif frame == 3 then | |
| data = {"1x80","1x80","1x80","1x80","1x80","1x80","1x80","1x80","1x80","1x80","1x80","1x80","1x80","1x80","1x80","1x80","1x80","1x80","1x80","1x80","1x80","1x80","1x80","1x80","1x80","1x80","1x80","1x80","1x80","1x80","1x80","1x80","1x80","1x80","1x80","1x80","1x80","1x80","1x80","1x80"} | |
| elseif fram |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| tfm.exec.disableAutoNewGame(true) | |
| tfm.exec.disablePhysicalConsumables(true) | |
| tfm.exec.disableAutoShaman(true) | |
| tfm.exec.disableMortCommand(true) | |
| tfm.exec.disableAutoTimeLeft(true) | |
| tfm.exec.disableAfkDeath(true) | |
| system.disableChatCommandDisplay() | |
| local GameData = {racingmaps = {"@704015","@423062","@7409322","@264348","@7429152","@5309288","@5408572","@3644272","@595447","@1856349", | |
| "@240548", "@3676555" |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| unbind mwheelup | |
| unbind mwheeldown | |
| unbind mouse3 | |
| unbind mouse4 | |
| unbind mouse5 | |
| unbind capslock | |
| unbind g | |
| unbind v | |
| unbind 4 |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| { | |
| "workbench.activityBar.location": "top", | |
| "editor.fontSize": 18, | |
| "editor.stickyScroll.enabled": false, | |
| "editor.unicodeHighlight.ambiguousCharacters": false, | |
| "explorer.compactFolders": false | |
| } |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| syntax on | |
| filetype plugin on | |
| color torte | |
| inoremap <C-p> <C-r>* | |
| nnoremap <C-z> viw | |
| nnoremap <C-y> :%y+<CR> | |
| nnoremap d "_d | |
| xnoremap d "_d | |
| onoremap d "_d |