feat(alpha): Add pacman to ascii_arts
This commit is contained in:
		
							parent
							
								
									e9324d4f23
								
							
						
					
					
						commit
						0c45ad375a
					
				| 
						 | 
					@ -173,10 +173,29 @@ return {
 | 
				
			||||||
        [[⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠈⣿⣿⣿⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀]],
 | 
					        [[⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠈⣿⣿⣿⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀]],
 | 
				
			||||||
        [[⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⣿⣿⡏⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀]],
 | 
					        [[⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⣿⣿⡏⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀]],
 | 
				
			||||||
        [[⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⢻⣿⠇⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀]],
 | 
					        [[⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⢻⣿⠇⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀]],
 | 
				
			||||||
      }
 | 
					      },
 | 
				
			||||||
 | 
					      pacman = {
 | 
				
			||||||
 | 
					        [[                                                                              ]],
 | 
				
			||||||
 | 
					        [[                                    ██████                                    ]],
 | 
				
			||||||
 | 
					        [[                                ████▒▒▒▒▒▒████                                ]],
 | 
				
			||||||
 | 
					        [[                              ██▒▒▒▒▒▒▒▒▒▒▒▒▒▒██                              ]],
 | 
				
			||||||
 | 
					        [[                            ██▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒██                            ]],
 | 
				
			||||||
 | 
					        [[                          ██▒▒▒▒▒▒▒▒    ▒▒▒▒▒▒▒▒                              ]],
 | 
				
			||||||
 | 
					        [[                          ██▒▒▒▒▒▒  ▒▒▓▓▒▒▒▒▒▒  ▓▓▓▓                          ]],
 | 
				
			||||||
 | 
					        [[                          ██▒▒▒▒▒▒  ▒▒▓▓▒▒▒▒▒▒  ▒▒▓▓                          ]],
 | 
				
			||||||
 | 
					        [[                        ██▒▒▒▒▒▒▒▒▒▒    ▒▒▒▒▒▒▒▒    ██                        ]],
 | 
				
			||||||
 | 
					        [[                        ██▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒██                        ]],
 | 
				
			||||||
 | 
					        [[                        ██▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒██                        ]],
 | 
				
			||||||
 | 
					        [[                        ██▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒██                        ]],
 | 
				
			||||||
 | 
					        [[                        ██▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒██                        ]],
 | 
				
			||||||
 | 
					        [[                        ██▒▒██▒▒▒▒▒▒██▒▒▒▒▒▒▒▒██▒▒▒▒██                        ]],
 | 
				
			||||||
 | 
					        [[                        ████  ██▒▒██  ██▒▒▒▒██  ██▒▒██                        ]],
 | 
				
			||||||
 | 
					        [[                        ██      ██      ████      ████                        ]],
 | 
				
			||||||
 | 
					        [[                                                                              ]],
 | 
				
			||||||
 | 
					      },
 | 
				
			||||||
    }
 | 
					    }
 | 
				
			||||||
 | 
					
 | 
				
			||||||
    dashboard.section.header.val = require("ascii").art.gaming.pacman['basic']
 | 
					    dashboard.section.header.val = ascii_arts['pacman'] -- require("ascii").art.gaming.pacman['basic']
 | 
				
			||||||
 | 
					
 | 
				
			||||||
    -- Set menu
 | 
					    -- Set menu
 | 
				
			||||||
    dashboard.section.buttons.val = {
 | 
					    dashboard.section.buttons.val = {
 | 
				
			||||||
| 
						 | 
					
 | 
				
			||||||
		Loading…
	
		Reference in New Issue