Prechádzať zdrojové kódy

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

Andreas Kling 5 rokov pred
rodič
commit
26f41c7ecb

+ 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