13 lines
229 B
Plaintext
13 lines
229 B
Plaintext
|
/// @description Insert description here
|
||
|
// You can write your code in this editor
|
||
|
if gamepad_is_connected(0) {
|
||
|
//gamepad_controller();
|
||
|
keyboard_controller();
|
||
|
|
||
|
} else {
|
||
|
keyboard_controller();
|
||
|
}
|
||
|
|
||
|
if iframes > 0 {
|
||
|
iframes-=1;
|
||
|
}
|