Browse Source

Base: Add .af files for Minesweeper, Snake and VisualBuilder

Andreas Kling 5 years ago
parent
commit
26f41c7ecb
3 changed files with 24 additions and 0 deletions
  1. 8 0
      Base/res/apps/Minesweeper.af
  2. 8 0
      Base/res/apps/Snake.af
  3. 8 0
      Base/res/apps/VisualBuilder.af

+ 8 - 0
Base/res/apps/Minesweeper.af

@@ -0,0 +1,8 @@
+[App]
+Name=Minesweeper
+Executable=/bin/Minesweeper
+Category=Games
+
+[Icons]
+16x16=/res/icons/minesweeper/mine.png
+32x32=/res/icons/32x32/app-minesweeper.png

+ 8 - 0
Base/res/apps/Snake.af

@@ -0,0 +1,8 @@
+[App]
+Name=Snake
+Executable=/bin/Snake
+Category=Games
+
+[Icons]
+16x16=/res/icons/16x16/app-snake.png
+32x32=/res/icons/32x32/app-snake.png

+ 8 - 0
Base/res/apps/VisualBuilder.af

@@ -0,0 +1,8 @@
+[App]
+Name=VisualBuilder
+Executable=/bin/VisualBuilder
+Category=Development
+
+[Icons]
+16x16=
+32x32=/res/icons/32x32/app-visual-builder.png