8 lines
278 B
Plaintext
8 lines
278 B
Plaintext
|
/// @description Insert description here
|
||
|
// You can write your code in this editor
|
||
|
|
||
|
if gamepad_is_connected(0) {
|
||
|
gamepad_set_axis_deadzone(0, 0.05);
|
||
|
}
|
||
|
alarm[0] = room_speed / spawn_speed; // will change duration to get quicket later
|
||
|
alarm[11] = room_speed; // Every Second tick
|