This repository has been archived on 2025-12-11. You can view files and clone it. You cannot open issues or pull requests or push a commit.
Files
BitBlaster/objects/o_camera/Create_0.gml
2025-04-20 15:57:23 +03:00

13 lines
242 B
Plaintext

x_shake = 0;
x_shake_dir = 0;
x_shake_dir_spd = 45;
x_shake_amt = 0;
x_shake_amt_spd = 1/4;
y_shake = 0;
y_shake = 0;
y_shake_dir = 0;
y_shake_dir_spd = 45;
y_shake_amt = 0;
y_shake_amt_spd = 1/4;
audio_play_sound(background_music, 0, true);