@@ -17,8 +17,8 @@ if (delay < 0) delay = 0
1717work_mins += 1 / (room_speed * 60 )
1818
1919if (selected = 0 ) {
20- if (tempo = 10 || tempo = 5 ||tempo = 2.5 && (block_outside = 0 && block_custom = 0 ))compatible = 1
21- else if (tempo = 20 || tempo = 6.66 || tempo = 4 || tempo = 3.33 || tempo = 2.86 && (block_outside = 0 && block_custom = 0 ))compatible = 2
20+ if (( tempo = 10 || tempo = 5 ||tempo = 2.5 ) && (block_outside = 0 && block_custom = 0 ))compatible = 1
21+ else if (( tempo = 20 || tempo = 6.66 || tempo = 4 || tempo = 3.33 || tempo = 2.86 ) && (block_outside = 0 && block_custom = 0 ))compatible = 2
2222 else compatible = 0
2323}
2424
@@ -805,18 +805,18 @@ break
805805// Compatible
806806draw_set_font (fnt_mainbold)
807807if(compatible = 0 ){
808- draw_sprite (spr_minecraft, 1 , rw - 120 , 24 )
808+ draw_sprite (spr_minecraft, 1 , rw - 130 , 24 )
809809 draw_set_color (c_red)
810- draw_text (rw - 95 , 28 , " Not compatible" )
810+ draw_text (rw - 105 , 28 , " Not compatible" )
811811 draw_set_color (0 )
812812 draw_set_font (fnt_main)
813813 popup_set (rw - compx, 24 , compx, 25 , " This song is not compatible with Minecraft.\n (Click for more info.)" )
814814
815815}else if (compatible = 2 ){
816816 compx = 155
817- draw_sprite (spr_minecraft, 2 , rw - 155 , 24 )
817+ draw_sprite (spr_minecraft, 2 , rw - 165 , 24 )
818818 draw_set_color (c_orange)
819- draw_text (rw - 130 , 28 , " Datapack compatible" )
819+ draw_text (rw - 140 , 28 , " Datapack compatible" )
820820 draw_set_color (0 )
821821 draw_set_font (fnt_main)
822822 popup_set (rw - compx, 24 , compx, 25 , " This song is compatible with Minecraft Datapacks.\n (Click for more info.)" )
0 commit comments