From add11ff64dc6c2e5207aca2e7eb22ed06d7dcc53 Mon Sep 17 00:00:00 2001 From: nokoe Date: Mon, 15 Jul 2024 12:31:00 +0200 Subject: move executable, metainfo and desktop file to separate repo --- hurrycurry | 2 - org.metamuffin.hurrycurry.client.desktop | 12 --- org.metamuffin.hurrycurry.client.metainfo.xml | 102 -------------------------- org.metamuffin.hurrycurry.client.yaml | 11 +-- 4 files changed, 3 insertions(+), 124 deletions(-) delete mode 100644 hurrycurry delete mode 100644 org.metamuffin.hurrycurry.client.desktop delete mode 100644 org.metamuffin.hurrycurry.client.metainfo.xml diff --git a/hurrycurry b/hurrycurry deleted file mode 100644 index c8a53b1..0000000 --- a/hurrycurry +++ /dev/null @@ -1,2 +0,0 @@ -#!/bin/sh -godot --main-pack /app/share/hurrycurry/client.pck diff --git a/org.metamuffin.hurrycurry.client.desktop b/org.metamuffin.hurrycurry.client.desktop deleted file mode 100644 index ca74768..0000000 --- a/org.metamuffin.hurrycurry.client.desktop +++ /dev/null @@ -1,12 +0,0 @@ -[Desktop Entry] -Name=Hurry Curry! -Icon=org.metamuffin.hurrycurry.client -GenericName[de]=Ein Spiel rund ums Kochen -GenericName=A game about cooking -Exec=hurrycurry -Terminal=false -StartupNotify=false -Type=Application -Categories=Game; -Keywords=game;cooking; -PrefersNonDefaultGPU=true diff --git a/org.metamuffin.hurrycurry.client.metainfo.xml b/org.metamuffin.hurrycurry.client.metainfo.xml deleted file mode 100644 index bd4093d..0000000 --- a/org.metamuffin.hurrycurry.client.metainfo.xml +++ /dev/null @@ -1,102 +0,0 @@ - - - org.metamuffin.hurrycurry.client - - Hurry Curry! - A fast-paced multiplayer game about cooking - - - The Hurry Curry! contributors - - - CC-BY-SA-4.0 - AGPL-3.0-only - - - #f4a570 - #e38242 - - - - pointing - keyboard - touch - gamepad - - - - always - - - -

- Hurry Curry! is a multiplayer game about cooking. Your goal is to run a - restaurant and gain points by serving meals you've cooked.

-

- Keyboard Controls: Move character with WASD. Move camera with arrow keys. - Interact with Space or J. Boost with Left Shift or K. Open/close menus with Escape. - Press Enter to open chat. Reset view with R.

-

- Controller Controls: Move character with Left Stick. Move camera with Right - Stick. Interact with A, Boost with B, Open/close menus with Menu button. Use keyboard - for chat. Reset view with Y.

-

- Game developed by nokoe, metamuffin, tpart. Special thanks to RustyStriker for - playtesting and technical assistance. - Thanks to Sofviic for most of the maps. -

-
- - org.metamuffin.hurrycurry.client.desktop - - https://hurrycurry.metamuffin.org/ - https://codeberg.org/hurrycurry/hurrycurry/issues - - https://codeberg.org/hurrycurry/hurrycurry - https://codeberg.org/hurrycurry/hurrycurry - - Game - - - - https://img.itch.zone/aW1hZ2UvMjgxOTEyNy8xNjg2MzQzMS5qcGVn/original/2O5lVR.jpeg - - - https://img.itch.zone/aW1hZ2UvMjgxOTEyNy8xNjg2MzQzMC5qcGVn/original/YDCBug.jpeg - - - https://img.itch.zone/aW1hZ2UvMjgxOTEyNy8xNjg2MzQzMy5qcGVn/original/ynbKBP.jpeg - - - https://img.itch.zone/aW1hZ2UvMjgxOTEyNy8xNjg2MzQzMi5qcGVn/original/CT6oZD.jpeg - - - - - - - - intense - - - - - - Apple Biscuit - https://codeberg.org/hurrycurry/hurrycurry/releases/tag/v1.2.1 - - - Apple Biscuit - https://codeberg.org/hurrycurry/hurrycurry/releases/tag/v1.2.0 - - - Post-Jam Release - https://codeberg.org/hurrycurry/hurrycurry/releases/tag/v1.1.0 - - - Purism Game Jam release - https://codeberg.org/hurrycurry/hurrycurry/releases/tag/v1.0.0 - - -
diff --git a/org.metamuffin.hurrycurry.client.yaml b/org.metamuffin.hurrycurry.client.yaml index 4e13bc5..4f1a6d3 100644 --- a/org.metamuffin.hurrycurry.client.yaml +++ b/org.metamuffin.hurrycurry.client.yaml @@ -64,14 +64,9 @@ modules: sha256: cddc72a740395eaa760c2eb8e757a3f14ec377a286f257df542bd62614c6583a url: https://s.metamuffin.org/static/hurrycurry-1.2/book.webp.tar.zst - - type: file - path: hurrycurry - - - type: file - path: org.metamuffin.hurrycurry.client.desktop - - - type: file - path: org.metamuffin.hurrycurry.client.metainfo.xml + - type: archive + sha256: 872a3b55bff2d3abeb73ba2c9fc680572276e6a4074412f6782834dd02503cb9 + url: https://codeberg.org/hurrycurry/hurrycurry-dist-extra/archive/v1.2.1.tar.gz build-commands: - tar -xf book.webp.tar.zst -C client/menu/book -- cgit v1.2.3-70-g09d2