TODO find a way to populate fields of RiderCardDrawer vie (binding ?)

This commit is contained in:
2025-12-15 14:02:05 +01:00
parent da6a89c848
commit ca48bf8bc9
9 changed files with 100 additions and 31 deletions
+1 -1
View File
@@ -59,7 +59,7 @@ class RoundAvatar extends LayoutGroup {
//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_malo.jpeg"));
l.load(new URLRequest("https://lepetittrot.com/lptcm/assets/profile-pictures/pp256/pp_test_256.jpg"));
l.contentLoaderInfo.addEventListener (Event.COMPLETE, onLoadComplete);
addChild(l);