浏览代码

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

Andreas Kling 5 年之前
父节点
当前提交
26f41c7ecb
共有 3 个文件被更改,包括 24 次插入0 次删除
  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