Skip to content

Commit 55a973a

Browse files
committed
Remove children overriddings that are no longer used
1 parent 898b39d commit 55a973a

File tree

24 files changed

+1
-2684
lines changed

24 files changed

+1
-2684
lines changed

examples/downhill-bike-physics-demo/downhill-bike-physics-demo.json

Lines changed: 0 additions & 414 deletions
Large diffs are not rendered by default.

examples/geometry-monster/geometry-monster.json

Lines changed: 1 addition & 69 deletions
Original file line numberDiff line numberDiff line change
@@ -529,75 +529,7 @@
529529
"content": [
530530
0,
531531
0
532-
],
533-
"childrenContent": {
534-
"Hovered": {
535-
"bottomMargin": 0,
536-
"height": 180,
537-
"leftMargin": 0,
538-
"rightMargin": 0,
539-
"texture": "btn-start-hover.png",
540-
"tiled": false,
541-
"topMargin": 0,
542-
"width": 180
543-
},
544-
"Idle": {
545-
"bottomMargin": 0,
546-
"height": 180,
547-
"leftMargin": 0,
548-
"rightMargin": 0,
549-
"texture": "btn-start-normal.png",
550-
"tiled": false,
551-
"topMargin": 0,
552-
"width": 180
553-
},
554-
"Label": {
555-
"bold": false,
556-
"italic": false,
557-
"smoothed": true,
558-
"underlined": false,
559-
"string": "",
560-
"font": "",
561-
"textAlignment": "",
562-
"characterSize": 20,
563-
"color": {
564-
"b": 0,
565-
"g": 0,
566-
"r": 0
567-
},
568-
"content": {
569-
"bold": false,
570-
"isOutlineEnabled": false,
571-
"isShadowEnabled": false,
572-
"italic": false,
573-
"outlineColor": "255;255;255",
574-
"outlineThickness": 2,
575-
"shadowAngle": 90,
576-
"shadowBlurRadius": 2,
577-
"shadowColor": "0;0;0",
578-
"shadowDistance": 4,
579-
"shadowOpacity": 127,
580-
"smoothed": true,
581-
"underlined": false,
582-
"text": "",
583-
"font": "",
584-
"textAlignment": "",
585-
"verticalTextAlignment": "top",
586-
"characterSize": 20,
587-
"color": "0;0;0"
588-
}
589-
},
590-
"Pressed": {
591-
"bottomMargin": 0,
592-
"height": 180,
593-
"leftMargin": 0,
594-
"rightMargin": 0,
595-
"texture": "btn-start-pressed.png",
596-
"tiled": false,
597-
"topMargin": 0,
598-
"width": 180
599-
}
600-
}
532+
]
601533
}
602534
],
603535
"objectsFolderStructure": {

examples/multiplayer-bounce-puzzle/multiplayer-bounce-puzzle.json

Lines changed: 0 additions & 68 deletions
Original file line numberDiff line numberDiff line change
@@ -478,74 +478,6 @@
478478
"TopPadding": 32,
479479
"HoveredFadeOutDuration": 0.25,
480480
"LabelText": "Lobby"
481-
},
482-
"childrenContent": {
483-
"Hovered": {
484-
"bottomMargin": 16,
485-
"height": 69,
486-
"leftMargin": 16,
487-
"rightMargin": 16,
488-
"texture": "Red Button With Shadow_Hovered.png",
489-
"tiled": true,
490-
"topMargin": 16,
491-
"width": 192
492-
},
493-
"Idle": {
494-
"bottomMargin": 16,
495-
"height": 69,
496-
"leftMargin": 16,
497-
"rightMargin": 16,
498-
"texture": "Red Button With Shadow_Idle.png",
499-
"tiled": true,
500-
"topMargin": 16,
501-
"width": 192
502-
},
503-
"Label": {
504-
"bold": false,
505-
"italic": false,
506-
"smoothed": true,
507-
"underlined": false,
508-
"string": "Lobby",
509-
"font": "CantoraOne-Regular.ttf",
510-
"textAlignment": "center",
511-
"characterSize": 60,
512-
"color": {
513-
"b": 255,
514-
"g": 255,
515-
"r": 255
516-
},
517-
"content": {
518-
"bold": false,
519-
"isOutlineEnabled": false,
520-
"isShadowEnabled": false,
521-
"italic": false,
522-
"outlineColor": "255;255;255",
523-
"outlineThickness": 2,
524-
"shadowAngle": 90,
525-
"shadowBlurRadius": 2,
526-
"shadowColor": "0;0;0",
527-
"shadowDistance": 4,
528-
"shadowOpacity": 127,
529-
"smoothed": true,
530-
"underlined": false,
531-
"text": "Lobby",
532-
"font": "CantoraOne-Regular.ttf",
533-
"textAlignment": "center",
534-
"verticalTextAlignment": "top",
535-
"characterSize": 60,
536-
"color": "255;255;255"
537-
}
538-
},
539-
"Pressed": {
540-
"bottomMargin": 16,
541-
"height": 69,
542-
"leftMargin": 16,
543-
"rightMargin": 16,
544-
"texture": "Red Button With Shadow_Pressed.png",
545-
"tiled": true,
546-
"topMargin": 16,
547-
"width": 192
548-
}
549481
}
550482
},
551483
{

examples/multiplayer-jump-game/multiplayer-jump-game.json

Lines changed: 0 additions & 68 deletions
Original file line numberDiff line numberDiff line change
@@ -1009,74 +1009,6 @@
10091009
"TopPadding": 32,
10101010
"HoveredFadeOutDuration": 0.25,
10111011
"LabelText": "Join Lobby"
1012-
},
1013-
"childrenContent": {
1014-
"Hovered": {
1015-
"bottomMargin": 16,
1016-
"height": 69,
1017-
"leftMargin": 16,
1018-
"rightMargin": 16,
1019-
"texture": "Floating Out Button Dark Blue_Hovered.png",
1020-
"tiled": true,
1021-
"topMargin": 16,
1022-
"width": 192
1023-
},
1024-
"Idle": {
1025-
"bottomMargin": 16,
1026-
"height": 69,
1027-
"leftMargin": 16,
1028-
"rightMargin": 16,
1029-
"texture": "Floating Out Button Dark Blue_Idle.png",
1030-
"tiled": true,
1031-
"topMargin": 16,
1032-
"width": 192
1033-
},
1034-
"Label": {
1035-
"bold": false,
1036-
"italic": false,
1037-
"smoothed": true,
1038-
"underlined": false,
1039-
"string": "Join Lobby",
1040-
"font": "CantoraOne-Regular.ttf",
1041-
"textAlignment": "center",
1042-
"characterSize": 60,
1043-
"color": {
1044-
"b": 255,
1045-
"g": 255,
1046-
"r": 255
1047-
},
1048-
"content": {
1049-
"bold": false,
1050-
"isOutlineEnabled": false,
1051-
"isShadowEnabled": false,
1052-
"italic": false,
1053-
"outlineColor": "255;255;255",
1054-
"outlineThickness": 2,
1055-
"shadowAngle": 90,
1056-
"shadowBlurRadius": 2,
1057-
"shadowColor": "0;0;0",
1058-
"shadowDistance": 4,
1059-
"shadowOpacity": 127,
1060-
"smoothed": true,
1061-
"underlined": false,
1062-
"text": "Join Lobby",
1063-
"font": "CantoraOne-Regular.ttf",
1064-
"textAlignment": "center",
1065-
"verticalTextAlignment": "top",
1066-
"characterSize": 60,
1067-
"color": "255;255;255"
1068-
}
1069-
},
1070-
"Pressed": {
1071-
"bottomMargin": 16,
1072-
"height": 69,
1073-
"leftMargin": 16,
1074-
"rightMargin": 16,
1075-
"texture": "Floating Out Button Dark Blue_Pressed.png",
1076-
"tiled": true,
1077-
"topMargin": 16,
1078-
"width": 192
1079-
}
10801012
}
10811013
},
10821014
{

examples/multiplayer-platformer-arrow-fight/multiplayer-platformer-arrow-fight.json

Lines changed: 0 additions & 69 deletions
Original file line numberDiff line numberDiff line change
@@ -831,75 +831,6 @@
831831
"TopPadding": 0,
832832
"HoveredFadeOutDuration": 0.2,
833833
"LabelText": "Join Lobby"
834-
},
835-
"childrenContent": {
836-
"Hovered": {
837-
"bottomMargin": 11,
838-
"height": 64,
839-
"leftMargin": 7,
840-
"rightMargin": 7,
841-
"texture": "assets\\Floating Out Button Dark Blue_Hovered.png",
842-
"tiled": true,
843-
"topMargin": 7,
844-
"width": 192
845-
},
846-
"Idle": {
847-
"bottomMargin": 11,
848-
"height": 64,
849-
"leftMargin": 7,
850-
"rightMargin": 7,
851-
"texture": "assets\\Floating Out Button Dark Blue_Idle.png",
852-
"tiled": true,
853-
"topMargin": 7,
854-
"width": 192
855-
},
856-
"Label": {
857-
"bold": false,
858-
"italic": false,
859-
"smoothed": true,
860-
"underlined": false,
861-
"string": "Join Lobby",
862-
"font": "CantoraOne-Regular.ttf",
863-
"textAlignment": "center",
864-
"characterSize": 60,
865-
"color": {
866-
"b": 255,
867-
"g": 255,
868-
"r": 255
869-
},
870-
"content": {
871-
"bold": false,
872-
"isOutlineEnabled": false,
873-
"isShadowEnabled": false,
874-
"italic": false,
875-
"outlineColor": "255;255;255",
876-
"outlineThickness": 2,
877-
"shadowAngle": 90,
878-
"shadowBlurRadius": 2,
879-
"shadowColor": "0;0;0",
880-
"shadowDistance": 4,
881-
"shadowOpacity": 127,
882-
"smoothed": true,
883-
"underlined": false,
884-
"text": "Join Lobby",
885-
"font": "CantoraOne-Regular.ttf",
886-
"textAlignment": "center",
887-
"verticalTextAlignment": "top",
888-
"characterSize": 60,
889-
"lineHeight": 0,
890-
"color": "255;255;255"
891-
}
892-
},
893-
"Pressed": {
894-
"bottomMargin": 7,
895-
"height": 64,
896-
"leftMargin": 7,
897-
"rightMargin": 7,
898-
"texture": "assets\\Floating Out Button Dark Blue_Pressed.png",
899-
"tiled": true,
900-
"topMargin": 11,
901-
"width": 192
902-
}
903834
}
904835
},
905836
{

examples/multiplayer-platformer-pickup/multiplayer-platformer-pickup.json

Lines changed: 0 additions & 68 deletions
Original file line numberDiff line numberDiff line change
@@ -838,74 +838,6 @@
838838
"TopPadding": 32,
839839
"HoveredFadeOutDuration": 0.25,
840840
"LabelText": "Join Lobby"
841-
},
842-
"childrenContent": {
843-
"Hovered": {
844-
"bottomMargin": 16,
845-
"height": 69,
846-
"leftMargin": 16,
847-
"rightMargin": 16,
848-
"texture": "Green Button With Shadow_Hovered.png",
849-
"tiled": true,
850-
"topMargin": 16,
851-
"width": 192
852-
},
853-
"Idle": {
854-
"bottomMargin": 16,
855-
"height": 69,
856-
"leftMargin": 16,
857-
"rightMargin": 16,
858-
"texture": "Green Button With Shadow_Idle.png",
859-
"tiled": true,
860-
"topMargin": 16,
861-
"width": 192
862-
},
863-
"Label": {
864-
"bold": false,
865-
"italic": false,
866-
"smoothed": true,
867-
"underlined": false,
868-
"string": "Join Lobby",
869-
"font": "CantoraOne-Regular.ttf",
870-
"textAlignment": "center",
871-
"characterSize": 40,
872-
"color": {
873-
"b": 255,
874-
"g": 255,
875-
"r": 255
876-
},
877-
"content": {
878-
"bold": false,
879-
"isOutlineEnabled": false,
880-
"isShadowEnabled": false,
881-
"italic": false,
882-
"outlineColor": "255;255;255",
883-
"outlineThickness": 2,
884-
"shadowAngle": 90,
885-
"shadowBlurRadius": 2,
886-
"shadowColor": "0;0;0",
887-
"shadowDistance": 4,
888-
"shadowOpacity": 127,
889-
"smoothed": true,
890-
"underlined": false,
891-
"text": "Join Lobby",
892-
"font": "CantoraOne-Regular.ttf",
893-
"textAlignment": "center",
894-
"verticalTextAlignment": "top",
895-
"characterSize": 40,
896-
"color": "255;255;255"
897-
}
898-
},
899-
"Pressed": {
900-
"bottomMargin": 16,
901-
"height": 69,
902-
"leftMargin": 16,
903-
"rightMargin": 16,
904-
"texture": "Green Button With Shadow_Pressed.png",
905-
"tiled": true,
906-
"topMargin": 16,
907-
"width": 192
908-
}
909841
}
910842
},
911843
{

0 commit comments

Comments
 (0)