Revision | e64594f380848a906cddb974dd8cc6e8cc8581e5 (tree) |
---|---|
Zeit | 2019-04-29 10:03:09 |
Autor | ![]() |
Commiter | YamaD |
commit to test!
@@ -32,7 +32,7 @@ for (i = 1; i <= image_total; i++) | ||
32 | 32 | } |
33 | 33 | |
34 | 34 | # shutdown |
35 | -for (i = 1; i <= image_total; i++) | |
35 | +for (i = 361; i <= image_total; i++) | |
36 | 36 | { |
37 | 37 | shutdown[i].image = Image("shutdown_" + i + ".png"); |
38 | 38 | shutdown[i].sprite = Sprite(shutdown[i].image); |
@@ -76,11 +76,11 @@ fun reboot_callback() | ||
76 | 76 | # 50 frames per second |
77 | 77 | label.sprite.SetOpacity(1); |
78 | 78 | for(j=1; j<=3; j++){ |
79 | - if (reboot_index >= image_total + 1) { | |
80 | - shutdown[700].sprite.SetOpacity(1); | |
79 | + if (reboot_index >= 360 + 1) { | |
80 | + shutdown[360].sprite.SetOpacity(1); | |
81 | 81 | } |
82 | 82 | else { |
83 | - for (i = 1; i <= image_total; i++){ | |
83 | + for (i = 361; i <= image_total; i++){ | |
84 | 84 | if (reboot_index != i){ |
85 | 85 | shutdown[i].sprite.SetOpacity(0); |
86 | 86 | } |