- deleted test plugin
- added FML Library
This commit is contained in:
		
							
								
								
									
										34
									
								
								application/FML/Controls/Quads/Quad_Icons128x128_Blink.php
									
									
									
									
									
										Normal file
									
								
							
							
						
						
									
										34
									
								
								application/FML/Controls/Quads/Quad_Icons128x128_Blink.php
									
									
									
									
									
										Normal file
									
								
							| @@ -0,0 +1,34 @@ | ||||
| <?php | ||||
|  | ||||
| namespace FML\Controls\Quads; | ||||
|  | ||||
| use FML\Controls\Quad; | ||||
|  | ||||
| /** | ||||
|  * Quad class for style 'Icons128x128_Blink' | ||||
|  * | ||||
|  * @author steeffeen | ||||
|  */ | ||||
| class Quad_Icons128x128_Blink extends Quad { | ||||
| 	/** | ||||
| 	 * Constants | ||||
| 	 */ | ||||
| 	const STYLE = 'Icons128x128_Blink'; | ||||
|  | ||||
| 	/** | ||||
| 	 * Construct Icons128x128_Blink quad | ||||
| 	 */ | ||||
| 	public function __construct() { | ||||
| 		parent::__construct(); | ||||
| 		$this->setStyle(self::STYLE); | ||||
| 		array("Advanced", "Back", "BackFocusable", "Beginner", "Browse", "Buddies", "Challenge", "ChallengeAuthor", "Coppers",  | ||||
| 			"Create", "Credits", "Custom", "CustomStars", "Default", "Download", "Easy", "Editor", "Event", "Extreme", "Forever",  | ||||
| 			"GhostEditor", "Hard", "Hotseat", "Inputs", "Invite", "LadderPoints", "Lan", "Launch", "Load", "LoadTrack", "Manialink",  | ||||
| 			"ManiaZones", "MedalCount", "MediaTracker", "Medium", "Multiplayer", "Nations", "NewTrack", "Options", "Padlock", "Paint",  | ||||
| 			"Platform", "PlayerPage", "Profile", "ProfileAdvanced", "ProfileVehicle", "Puzzle", "Quit", "Race", "Rankings", "Replay",  | ||||
| 			"Save", "ServersAll", "ServersFavorites", "ServersSuggested", "Share", "ShareBlink", "SkillPoints", "Solo", "Statistics",  | ||||
| 			"Stunts", "United", "Upload", "Vehicles"); | ||||
| 	} | ||||
| } | ||||
|  | ||||
| ?> | ||||
		Reference in New Issue
	
	Block a user