- RiderCardDrawer update
- updateSelectedRiderProp in AppModellocator
This commit is contained in:
@@ -56,9 +56,6 @@ class RoundAvatar extends LayoutGroup {
|
||||
mask = m;
|
||||
|
||||
var l:Loader = new Loader();
|
||||
//var lc:LoaderContext = new LoaderContext(true, null);
|
||||
// l.load(new URLRequest("https://ui-avatars.com/api/?background=random&size=64"));
|
||||
//l.load(new URLRequest("https://api.dicebear.com/9.x/pixel-art/png?size=32"));
|
||||
l.load(new URLRequest("https://lepetittrot.com/lptcm/assets/profile-pictures/pp256/pp_test_256.jpg"));
|
||||
l.contentLoaderInfo.addEventListener (Event.COMPLETE, onLoadComplete);
|
||||
addChild(l);
|
||||
|
||||
Reference in New Issue
Block a user