removed random dependency, added app import
parent
efab551165
commit
9de6896388
|
@ -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()
|
||||
|
|
Loading…
Reference in New Issue