- RiderCardDrawer update

- updateSelectedRiderProp in AppModellocator
This commit is contained in:
2025-12-16 15:13:04 +01:00
parent 0676cbee41
commit 21066dd77c
8 changed files with 142 additions and 76 deletions
-3
View File
@@ -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);