removed random dependency, added app import

sammachin-gprs
Paco Hope 2018-09-05 15:38:11 +01:00
parent efab551165
commit 9de6896388
1 changed files with 2 additions and 2 deletions

View File

@ -3,9 +3,9 @@
___name___ = "Snake"
___license___ = "MIT"
___categories___ = ["Games"]
___dependencies___ = ["dialogs", "app", "ugfx_helper", "random", "sleep", "buttons"]
___dependencies___ = ["dialogs", "app", "ugfx_helper", "sleep", "buttons"]
import math, ugfx, ugfx_helper, random, sleep, buttons
import app, math, ugfx, ugfx_helper, random, sleep, buttons
from tilda import Buttons
ugfx_helper.init()