misc little things

This commit is contained in:
2022-08-04 18:59:43 +00:00
parent 85c2fc615e
commit e965594e34
3 changed files with 9 additions and 6 deletions

View File

@@ -31,7 +31,7 @@
(#if target.threaded
(Thread.create downloadMp3)
{
(print "threading unavailable -- the program will freeze while downloading with youtube-dl")
(ui.displayMessage "threading unavailable -- the program will freeze while downloading with youtube-dl")
(downloadMp3)
}))
(true

View File

@@ -37,4 +37,8 @@
(when _playgroundKey (super.process archive ui)))
(method defaultPosition [:Entry e]
(object x 0.0 y 0.0 z 0.0))
(object x 0.0 y 0.0 z 0.0))
// TODO overridable circleContainsEntry function (default is to check only the position, Flixel version will use scaled sprite bounding box)
// TODO when a circle contains an entry in the current playground, add it as a child