12 lines
No EOL
185 B
Text
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;
|
|
};
|
|
};
|
|
|