This repository has been archived on 2025-03-19. You can view files and clone it, but cannot push or open issues or pull requests.
Blobledoodes/Bloble/objects/obj_SettingsSounds/Gesture_0.gml
Micah Gomez 2dc7a41ed3 Updated Settings Menu
Toggle buttons
2019-07-15 12:36:14 -06:00

12 lines
No EOL
185 B
Text

/// @description Insert description here
// You can write your code in this editor
if (image_index == 0){
image_index = 1;
};
else{
if (image_index == 1){
image_index = 0;
};
};