RPG Maker | Live Tutorials 04 | Deutsch / German
Erster Stream des Jahres! YEAH!
Wunschliste: https://youtu.be/neeA7IMHqoo
Meine Plug-ins: https://1drv.ms/u/s!AlXIjb5RDk9AhXccA0S6Eiv35FlG?e=PkpnKl
Mein Discord: https://discord.gg/ECndyky
------------------------------------------------------------------
Code Vertauscht:
Input.keyMapper = {
9: "tab", 13: "ok", 16: "shift", // shift
17: "control", 18: "control", 27: "escape", // escape
32: "ok", 33: "pageup", 34: "pagedown", // pagedown
37: "right", 38: "down", 39: "left", // right arrow
40: "up", 45: "escape", 81: "pageup", // Q
87: "pagedown", 88: "escape", 90: "ok", // Z
96: "escape", 98: "up", 100: "right", // numpad 4
102: "left", 104: "down", 120: "debug" // F9
};
Input.clear();
------------------------------------------------------------------
Code Normal:
Input.keyMapper = {
9: "tab", 13: "ok", 16: "shift", // shift
17: "control", 18: "control", 27: "escape", // escape
32: "ok", 33: "pageup", 34: "pagedown", // pagedown
37: "left", 38: "up", 39: "right", // right arrow
40: "down", 45: "escape", 81: "pageup", // Q
87: "pagedown", 88: "escape", 90: "ok", // Z
96: "escape", 98: "down", 100: "left", // numpad 4
102: "right", 104: "up", 120: "debug" // F9
};
Input.clear();
------------------------------------------------------------------
#DonF204 #RPGMaker #Tutorials
Other Videos By DonF204
Other Statistics
RPG Maker Statistics For DonF204
Currently, DonF204 has 11,561 views for RPG Maker across 32 videos. There's over 2 days worth of watchable video for RPG Maker published on his channel, roughly 7.90% of the content that DonF204 has uploaded to YouTube.