- added uid RiderVO prop
- fixed RiderCardDrawer layout - added fake avatars - avatars are now loaded dynammically
This commit is contained in:
@@ -1,3 +1,5 @@
|
||||
import hx.strings.RandomStrings;
|
||||
import utils.StringUtils;
|
||||
import view.RiderCardDrawer;
|
||||
import openfl.system.Security;
|
||||
import business.Services;
|
||||
@@ -37,6 +39,10 @@ class LPTCManager2026 extends Application {
|
||||
stage.displayState = NORMAL;
|
||||
stage.scaleMode = NO_SCALE;
|
||||
|
||||
/*for (i in 0...23){
|
||||
traceYellow(RandomStrings.randomUUIDv4());
|
||||
}*/
|
||||
|
||||
mainPanel = new MainPanel();
|
||||
addChild(mainPanel);
|
||||
|
||||
|
||||
Reference in New Issue
Block a user